3
0
Fork 0
forked from mirrors/nixpkgs

gup: 0.5.5 -> 0.6.0

This commit is contained in:
Eelco Dolstra 2017-01-30 11:28:03 +01:00
parent 12dd086c39
commit 35349b6c2a
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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";