mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
gup: 0.5.5 -> 0.6.0
This commit is contained in:
parent
12dd086c39
commit
35349b6c2a
|
@ -1,8 +1,8 @@
|
|||
{ stdenv, fetchFromGitHub, lib, python, which }:
|
||||
let
|
||||
version = "0.5.5";
|
||||
version = "0.6.0";
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "12yv0j333z6jkaaal8my3jx3k4ml9hq8ldis5zfvr8179d4xah7q";
|
||||
sha256 = "053xnx39jh9kn9l572z4k0q7bbxjpisf1fm9aq27ybj2ha1rh6wr";
|
||||
rev = "version-${version}";
|
||||
repo = "gup";
|
||||
owner = "timbertson";
|
||||
|
|
Loading…
Reference in a new issue