get: 1.4.0 -> 1.4.1

This commit is contained in:
tv 2016-06-29 13:56:28 +02:00
parent 74f778c6e1
commit 20a9f59061

View File

@ -1,12 +1,12 @@
{ coreutils, gnugrep, gnused, fetchgit, jq, nix, stdenv, ... }:
stdenv.mkDerivation {
name = "get-1.4.0";
name = "get-1.4.1";
src = fetchgit {
url = http://cgit.cd.krebsco.de/get;
rev = "08757d47c480c130d69270855c6c0371f6b7d385";
sha256 = "7c609e2cde7a071bbf62241a7bea60313fdbf076b9f7b3d97226417e13e5ba9d";
rev = "41c0c35805ec1708729f73d14650d8ebc94a405b";
sha256 = "0rx1qsbb4py14795yhhqwlvaibj2569fqm7x2671l868xi59h9f9";
};
phases = [