calc: use hash instead of sha256

This commit is contained in:
Anderson Torres 2023-04-23 20:45:26 -03:00
parent 580519cfcd
commit f4a6e456c1

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
"https://github.com/lcn2/calc/releases/download/v${version}/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 = ''