Skip to content

Commit

Permalink
lastModified -> lastModifiedDate
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Apr 12, 2020
1 parent 0da38bb commit af97c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.nix
Expand Up @@ -7,7 +7,7 @@ let
pkgs = import nixpkgs { system = "x86_64-linux"; };
version = "1.7" +
(if officialRelease then ""
else if nixopsSrc ? lastModified then "pre${builtins.substring 0 8 nixopsSrc.lastModified}.${nixopsSrc.shortRev}"
else if nixopsSrc ? lastModifiedDate then "pre${builtins.substring 0 8 nixopsSrc.lastModifiedDate}.${nixopsSrc.shortRev}"
else "pre${toString nixopsSrc.revCount}_${nixopsSrc.shortRev}");
in

Expand Down

0 comments on commit af97c16

Please sign in to comment.