mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
graphw00f: 1.1.19 -> 1.2.1
This commit is contained in:
parent
3457f544d1
commit
296eb79f26
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "graphw00f";
|
||||
version = "1.1.19";
|
||||
version = "1.2.1";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dolevf";
|
||||
repo = "graphw00f";
|
||||
tag = version;
|
||||
hash = "sha256-w2iVgs3WnEYCiCfwxB/HcwNRoWTlLfVJIzfp1VbrQXA=";
|
||||
hash = "sha256-8fOvcc//UdDawgGMAhbYQ/O5kd1l2skWGDlFNYocNY8=";
|
||||
};
|
||||
|
||||
dependencies = with python3.pkgs; [ requests ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue