gup: 0.6.0 -> 0.7.0
This commit is contained in:
parent
ae82d9e59e
commit
eb9c69f6eb
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchFromGitHub, lib, python, which }:
|
{ stdenv, fetchFromGitHub, lib, python, which }:
|
||||||
let
|
let
|
||||||
version = "0.6.0";
|
version = "0.7.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "053xnx39jh9kn9l572z4k0q7bbxjpisf1fm9aq27ybj2ha1rh6wr";
|
sha256 = "1pwnmlq2pgkkln9sgz4wlb9dqlqw83bkf105qljnlvggc21zm3pv";
|
||||||
rev = "version-${version}";
|
rev = "version-${version}";
|
||||||
repo = "gup";
|
repo = "gup";
|
||||||
owner = "timbertson";
|
owner = "timbertson";
|
||||||
|
Loading…
Reference in New Issue
Block a user