pdal: use hash instead of sha256

Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
This commit is contained in:
Ivan Mincik
2024-09-07 18:44:24 +02:00
co-authored by Nikolay Korotkiy
parent f40e866b69
commit 266ce052d3
+1 -1
View File
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "PDAL";
repo = "PDAL";
rev = finalAttrs.version;
sha256 = "sha256-VHcUyYADmNzxZ+Ix56TNuaP9wG+vRlEl71cNM0uMaHg=";
hash = "sha256-VHcUyYADmNzxZ+Ix56TNuaP9wG+vRlEl71cNM0uMaHg=";
};
nativeBuildInputs = [