Skip to content

Commit

Permalink
Merge pull request NixOS#203849 from figsoda/nil
Browse files Browse the repository at this point in the history
nil: 2022-11-15 -> 2022-12-01
  • Loading branch information
figsoda committed Dec 1, 2022
2 parents 78ef5b8 + 0561211 commit a6e8712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/nil/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "nil";
version = "2022-11-15";
version = "2022-12-01";

src = fetchFromGitHub {
owner = "oxalica";
repo = pname;
rev = version;
hash = "sha256-KzQmGCEaOACOqaE1LsVZsqn18XpjlUbGWztDEI+o++w=";
hash = "sha256-E/QGmoL7Q3GDR2/I5o2CAMHMcmPQEJAySke1s+nOaho=";
};

cargoHash = "sha256-t5HfL7DKMcWJGod6x30NoHYYlAza++fEdEVvfvFWems=";
cargoHash = "sha256-T3i86L6cF6uFbSs7xtKHGzB6XrE9jn2RZghxFzDleXU=";

CFG_DATE = version;
CFG_REV = "release";
Expand Down

0 comments on commit a6e8712

Please sign in to comment.