Merge pull request #109925 from r-ryantm/auto-update/crispy-doom

crispyDoom: 5.9.2 -> 5.10.0
This commit is contained in:
Sandro 2021-01-20 23:33:45 +01:00 committed by GitHub
commit 973705f7c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "crispy-doom";
version = "5.9.2";
version = "5.10.0";
src = fetchFromGitHub {
owner = "fabiangreffrath";
repo = pname;
rev = "${pname}-${version}";
sha256 = "0fkw9z66sjcz7k528wyla6mgi4impqimn93yhqmc194ycrjirraa";
sha256 = "sha256-hRdd5ZrcVBU7tn1juvrLdbenULzu6OsXefG0oLjjFIg=";
};
postPatch = ''