Merge pull request from mcbeth/spigot

spigot: 20200101 -> 20200901
This commit is contained in:
Sandro 2020-12-01 18:52:19 +01:00 committed by GitHub
commit bf94e2d5e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
pkgs/tools/misc/spigot

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "spigot";
version = "20200101";
version = "20200901";
src = fetchgit {
url = "https://git.tartarus.org/simon/spigot.git";
rev = "b1b0b202b3523b72f0638fb31fd49c47f4abb39c";
sha256 = "0lh5v42aia1hvhsqzs515q0anrjc6c2s9bjklfaap5gz0cg59wbv";
rev = "9910e5bdc203bae6b7bbe1ed4a93f13755c1cae";
sha256 = "1az6v9gk0g2k197lr288nmr9jv20bvgc508vn9ic3v7mav7hf5bf";
};
nativeBuildInputs = [ autoreconfHook halibut perl ];