use hash instead of sha256 attribute

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
summersamara
2024-11-19 01:30:15 +01:00
committed by GitHub
co-authored by Sandro
parent dd5fda8f0b
commit 06f8b75c3c
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://ubuntu/pool/universe/h/hexdiff/hexdiff_${version}.orig.tar.gz";
sha256 = "sha256-M1bmkW63pHlfl9zNWEq0EGN1rpVGo+BTUKM9ot4HWqo=";
hash = "sha256-M1bmkW63pHlfl9zNWEq0EGN1rpVGo+BTUKM9ot4HWqo=";
};
postPatch = ''
# Fix compiler error that wants a string literal as format string for `wprintw`