spiped: small fixes, e.g. sha256 -> hash

This commit is contained in:
Tom Fitzhenry 2024-10-21 22:56:32 +11:00 committed by tomf
parent 76cc1fd923
commit 6b8c4f116c

View File

@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
version = "1.6.2";
src = fetchurl {
url = "https://www.tarsnap.com/spiped/${pname}-${version}.tgz";
sha256 = "sha256-BdRofRLRHX+YiNQ/PYDFQbdyHJhwONCF9xyRuwYgRWc=";
url = "https://www.tarsnap.com/spiped/spiped-${version}.tgz";
hash = "sha256-BdRofRLRHX+YiNQ/PYDFQbdyHJhwONCF9xyRuwYgRWc=";
};
buildInputs = [ openssl ];