hash-slinger: 3.3 -> 3.4 (#398656)

This commit is contained in:
Nick Cao
2025-04-15 17:10:05 -04:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "hash-slinger";
version = "3.3";
version = "3.4";
src = fetchFromGitHub {
owner = "letoams";
repo = "hash-slinger";
rev = version;
sha256 = "sha256-c6IZHUFuhcccUWZYSOUGFbKpTtwMclIvEvDX8gE5d8o=";
sha256 = "sha256-IN+jo2EuGx+3bnANKz+d/3opFBUCSmkBS/sCU3lT7Zs=";
};
pythonPath = with python3.pkgs; [