crispy-doom: 6.0 -> 7.0

This commit is contained in:
R. Ryantm 2024-08-09 12:41:59 +00:00
parent 07d1d6a204
commit b5fe6cc72f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "crispy-doom";
version = "6.0";
version = "7.0";
src = fetchFromGitHub {
owner = "fabiangreffrath";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-s/TAg0Di8Pkdjhk38c8OanmngjLqA8iEPweVRf1qwQI=";
sha256 = "sha256-+rNZsb4GAjzNcIU5xZGBpmP+nXNOP16oVg68nfecMrw=";
};
postPatch = ''