crispyDoom: 5.11.1 -> 5.12.0

This commit is contained in:
R. Ryantm 2023-01-31 11:40:08 +00:00
parent 66bb8338fc
commit 2e31258f22

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "crispy-doom";
version = "5.11.1";
version = "5.12.0";
src = fetchFromGitHub {
owner = "fabiangreffrath";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-2Sjl9XO01ko0BwbFQSFv9mNoetyMa8Dxx17y0JmlLS0=";
sha256 = "sha256-ep48Lgxw0yKd7+Cx6wMEnOqu/1vjdCM36+TKv1sb1Tk=";
};
postPatch = ''