gource: 0.48 -> 0.49

This commit is contained in:
Pascal Wittmann 2018-06-16 17:16:03 +02:00
parent 738ccc4d13
commit 7a3c052e97
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -3,12 +3,12 @@
}:
stdenv.mkDerivation rec {
version = "0.48";
version = "0.49";
name = "gource-${version}";
src = fetchurl {
url = "https://github.com/acaudwell/Gource/releases/download/${name}/${name}.tar.gz";
sha256 = "04qxcm05qiyr9rg2kv6abfy7kkzqr8ziw4iyp1d14lniv93m61dp";
sha256 = "12hf5ipcsp9dxsqn84n4kr63xaiskrnf5a084wr29qk171lj7pd9";
};
nativeBuildInputs = [ pkgconfig ];