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 }: { stdenv, fetchFromGitHub, lib, python, which }:
let let
version = "0.5.5"; version = "0.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "12yv0j333z6jkaaal8my3jx3k4ml9hq8ldis5zfvr8179d4xah7q"; sha256 = "053xnx39jh9kn9l572z4k0q7bbxjpisf1fm9aq27ybj2ha1rh6wr";
rev = "version-${version}"; rev = "version-${version}";
repo = "gup"; repo = "gup";
owner = "timbertson"; owner = "timbertson";