gup: 0.5.1 -> 0.5.3

This commit is contained in:
Tim Cuthbertson 2016-01-24 16:29:35 +11:00
parent c485ba1c66
commit b82d5ef857

View File

@ -1,10 +1,10 @@
{ stdenv, fetchgit, lib, python, which }: { stdenv, fetchgit, lib, python, which }:
let let
version = "0.5.1"; version = "0.5.3";
src = fetchgit { src = fetchgit {
url = "https://github.com/gfxmonk/gup.git"; url = "https://github.com/gfxmonk/gup.git";
rev = "f185052e2177ed5e46720e6c6cfb529b96cd17e2"; rev = "55ffd8828ddc28a2a786b75422d672d6569f961f";
sha256 = "c2e27cdba2231017ceb4868f58f5c3b224be0491b81558b4e59bb08a952ad1a5"; sha256 = "7c2abbf5d3814c6b84da0de1c91f9f7d299c2362cf091da96f6a68d8fffcb5ce";
}; };
in in
import ./build.nix import ./build.nix