Merge pull request #124847 from r-ryantm/auto-update/gwc

gwc: 0.22-04 -> 0.22-05
This commit is contained in:
Sandro 2021-06-05 17:26:03 +02:00 committed by GitHub
commit 94e93586f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gwc"; pname = "gwc";
version = "0.22-04"; version = "0.22-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AlisterH"; owner = "AlisterH";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0xvfra32dchnnyf9kj5s5xmqhln8jdrc9f0040hjr2dsb58y206p"; sha256 = "sha256-FHKu5qAyRyMxXdWYTCeAc6Q4J+NOaU1SGgoTbe0PiFE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [