pshash: 0.1.15.0 -> 0.1.15.1 (#436327)

This commit is contained in:
Roman Maksimovich
2025-08-24 17:22:37 +00:00
committed by GitHub
parent 175ac336c4
commit ca683c6eeb
+2 -2
View File
@@ -5,12 +5,12 @@
}:
haskellPackages.mkDerivation rec {
pname = "pshash";
version = "0.1.15.0";
version = "0.1.15.1";
src = fetchFromGitHub {
owner = "thornoar";
repo = "pshash";
tag = "v${version}";
hash = "sha256-i3jDt9ghA21OkkKjBk5a7Xok+ESskMPNA8WP+MUZxVk=";
hash = "sha256-TnMXT0sgUkHCbZ2YgDmSgOg8A2DKk/LyKK2XXwabrYc=";
};
postPatch = ''