Skip to content

Commit

Permalink
nix: temporarily override version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vs49688 committed Apr 4, 2023
1 parent 291fa07 commit 260fc67
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
description = "CrocUtils";

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

commitHash = if (self ? rev) then self.rev else "unknown";
in {
Expand Down

0 comments on commit 260fc67

Please sign in to comment.