crispy-doom: 7.0 -> 7.1 (#445558)
This commit is contained in:
@@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "crispy-doom";
|
pname = "crispy-doom";
|
||||||
version = "7.0";
|
version = "7.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fabiangreffrath";
|
owner = "fabiangreffrath";
|
||||||
repo = "crispy-doom";
|
repo = "crispy-doom";
|
||||||
tag = "crispy-doom-${finalAttrs.version}";
|
tag = "crispy-doom-${finalAttrs.version}";
|
||||||
hash = "sha256-+rNZsb4GAjzNcIU5xZGBpmP+nXNOP16oVg68nfecMrw=";
|
hash = "sha256-LJLqlPSOarmm5oqSLMilxNMJl4+uKukDl/b58NpZ8VI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user