pshash: 0.1.15.1 -> 0.1.16.0 (#443153)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-15 13:17:11 +00:00
committed by GitHub
+2 -2
View File
@@ -5,12 +5,12 @@
}:
haskellPackages.mkDerivation rec {
pname = "pshash";
version = "0.1.15.1";
version = "0.1.16.0";
src = fetchFromGitHub {
owner = "thornoar";
repo = "pshash";
tag = "v${version}";
hash = "sha256-TnMXT0sgUkHCbZ2YgDmSgOg8A2DKk/LyKK2XXwabrYc=";
hash = "sha256-3Qe52Hto3Z96b5q9TLz7XB7BzMfdNBd4p8V6dknH6VM=";
};
postPatch = ''