calc: use hash instead of sha256
This commit is contained in:
parent
580519cfcd
commit
f4a6e456c1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
"https://github.com/lcn2/calc/releases/download/v${version}/calc-${version}.tar.bz2"
|
"https://github.com/lcn2/calc/releases/download/v${version}/calc-${version}.tar.bz2"
|
||||||
"http://www.isthe.com/chongo/src/calc/calc-${version}.tar.bz2"
|
"http://www.isthe.com/chongo/src/calc/calc-${version}.tar.bz2"
|
||||||
];
|
];
|
||||||
sha256 = "sha256-bPacYnEJBdQsIP+Z8D/ODskyEcvhgAy3ra4wasYMo6A=";
|
hash = "sha256-bPacYnEJBdQsIP+Z8D/ODskyEcvhgAy3ra4wasYMo6A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue