3
0
Fork 0
forked from mirrors/nixpkgs

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

crispyDoom: 5.10.2 -> 5.10.3
This commit is contained in:
Bobby Rong 2021-10-05 18:07:25 +08:00 committed by GitHub
commit 260a7aaa2e
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.10.2";
version = "5.10.3";
src = fetchFromGitHub {
owner = "fabiangreffrath";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-NUBodIojvlw46yLZ9Bn2pCpBwyVW8noOHQMM4uGmO3U=";
sha256 = "sha256-F1cK8qusxOHM0DkLEYV5i2ixP3II8ZttwKxd8htd0+A=";
};
postPatch = ''