hash-slinger: 3.3 -> 3.4

This commit is contained in:
R. Ryantm 2025-04-14 19:40:39 +00:00
parent 317793389a
commit a2d247c958

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; [