Merge pull request #235978 from r-ryantm/auto-update/hash-slinger

hash-slinger: 3.2 -> 3.3
This commit is contained in:
figsoda
2023-06-04 19:06:08 -04:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "hash-slinger";
version = "3.2";
version = "3.3";
src = fetchFromGitHub {
owner = "letoams";
repo = pname;
rev = version;
sha256 = "sha256-PfOEGqPMGLixoqHENZnxOv9nK+dYMqe6P0k+ZiJMik0=";
sha256 = "sha256-c6IZHUFuhcccUWZYSOUGFbKpTtwMclIvEvDX8gE5d8o=";
};
pythonPath = with python3.pkgs; [