treewide: replace base64 encoded hashes
This commit is contained in:
+887
-887
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://nim-lang.org/download/${pname}-${version}.tar.xz";
|
||||
sha256 = "TpRYOjc5ZYIYBeZl4KBfUvthCRZnbtsJFIlBQVY3xXU=";
|
||||
sha256 = "0xf56xb42hc92h4xnvk72q4n3ysjbyhf0rg60lc84r9r6wx5i52f";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
@@ -124,7 +124,7 @@ in rec {
|
||||
|
||||
vala_0_48 = generic {
|
||||
version = "0.48.1";
|
||||
sha256 = "61c5TAqQj/Y2I9F54J+h6dazjTHH61l9MCFInyl+cdQ=";
|
||||
sha256 = "1m3igqlryj1161ymksy7666v7mp9l6gy0yfi4cvgd3wh1963jmzb";
|
||||
};
|
||||
|
||||
vala = vala_0_48;
|
||||
|
||||
Reference in New Issue
Block a user