Merge pull request #110859 from TilCreator/bump_waifu2x-converter-cpp

waifu2x-converter-cpp: 5.3.3 -> 5.3.4
This commit is contained in:
Sandro 2021-01-26 16:32:22 +01:00 committed by GitHub
commit a6b9cff6cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "waifu2x-converter-cpp";
version = "5.3.3";
version = "5.3.4";
src = fetchFromGitHub {
owner = "DeadSix27";
repo = pname;
rev = "v${version}";
sha256 = "04r0xyjknvcwk70ilj1p3qwlcz3i6sqgcp0qbc9qwxnsgrrgz09w";
sha256 = "0rv8bnyxz89za6gwk9gmdbaf3j7c1j52mip7h81rir288j35m84x";
};
patchPhase = ''