Skip to content

Commit

Permalink
flake: bump base version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vs49688 committed Mar 24, 2024
1 parent b9a5a14 commit b196ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

outputs = { self, nixpkgs }: let
version = if (self ? shortRev) then
"1.4.0-${toString self.revCount}-g${self.shortRev}"
"1.4.1-${toString self.revCount}-g${self.shortRev}"
else
"0.0.0-${self.lastModifiedDate}";

Expand Down

0 comments on commit b196ac6

Please sign in to comment.