Merge pull request #92130 from r-ryantm/auto-update/chocolate-doom

chocolateDoom: 3.0.0 -> 3.0.1
This commit is contained in:
Daniël de Kok 2020-07-04 08:13:46 +02:00 committed by GitHub
commit 101fd1a236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "chocolate-doom";
version = "3.0.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "chocolate-doom";
repo = pname;
rev = "${pname}-${version}";
sha256 = "0ajzb767wyj8vzhjpsmgslw42b0155ji4alk26shxl7k5ijbzn0j";
sha256 = "1zlcqhd49c5n8vaahgaqrc2y10z86xng51sbd82xm3rk2dly25jp";
};
postPatch = ''