gup: 0.6.0 -> 0.7.0

This commit is contained in:
Ricardo M. Correia 2017-12-01 14:56:00 +01:00
parent ae82d9e59e
commit eb9c69f6eb

View File

@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, lib, python, which }:
let
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
sha256 = "053xnx39jh9kn9l572z4k0q7bbxjpisf1fm9aq27ybj2ha1rh6wr";
sha256 = "1pwnmlq2pgkkln9sgz4wlb9dqlqw83bkf105qljnlvggc21zm3pv";
rev = "version-${version}";
repo = "gup";
owner = "timbertson";