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
commit 87a0230e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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