Compare commits

...

2 Commits
2.7.0 ... 2.2.1

Author SHA1 Message Date
Eelco Dolstra
ca4aec6e9a Bump version 2019-01-11 16:44:49 +01:00
Eelco Dolstra
d7eade3649 install: Use base-16 hashes
Issue #2623.

(cherry picked from commit 4ae6e84901)
2019-01-11 16:36:41 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ let
substitute ${./scripts/install.in} $out/install \
${pkgs.lib.concatMapStrings
(system: "--replace '@binaryTarball_${system}@' $(nix hash-file --type sha256 ${binaryTarball.${system}}/*.tar.bz2) ")
(system: "--replace '@binaryTarball_${system}@' $(nix hash-file --base16 --type sha256 ${binaryTarball.${system}}/*.tar.bz2) ")
[ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
} \
--replace '@nixVersion@' ${build.x86_64-linux.src.version}

View File

@@ -1 +1 @@
2.2
2.2.1