mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 03:47:31 +00:00
hash-slinger: 3.2 -> 3.3
This commit is contained in:
parent
3f697e808b
commit
dbd3bea087
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user