Skip to content

Commit af97c16

Browse files
committedApr 12, 2020
lastModified -> lastModifiedDate
1 parent 0da38bb commit af97c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎release.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let
77
pkgs = import nixpkgs { system = "x86_64-linux"; };
88
version = "1.7" +
99
(if officialRelease then ""
10-
else if nixopsSrc ? lastModified then "pre${builtins.substring 0 8 nixopsSrc.lastModified}.${nixopsSrc.shortRev}"
10+
else if nixopsSrc ? lastModifiedDate then "pre${builtins.substring 0 8 nixopsSrc.lastModifiedDate}.${nixopsSrc.shortRev}"
1111
else "pre${toString nixopsSrc.revCount}_${nixopsSrc.shortRev}");
1212
in
1313

0 commit comments

Comments
 (0)
Please sign in to comment.