hashes: 1.1.1 -> 1.1.2 (#411831)

This commit is contained in:
Nick Cao
2025-05-28 20:00:30 -04:00
committed by GitHub
+2 -2
View File
@@ -19,7 +19,7 @@
python3Packages.buildPythonApplication rec {
pname = "hashes";
version = "1.1.1";
version = "1.1.2";
pyproject = false;
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
owner = "zefr0x";
repo = "hashes";
tag = "v${version}";
hash = "sha256-4khMRtKvYQkTwhiqv7FUy/jroGboNTdG1Q6wlTD4cwA=";
hash = "sha256-Nyf7jED6LnsFu86zWhRh05sdGKwVAybVsGLGFFsz6eA=";
};
nativeBuildInputs = [