woof-doom: 15.1.0 -> 15.2.0

This commit is contained in:
Keenan Weaver
2025-02-02 07:06:18 -06:00
parent af8e6dcdf7
commit 349335e67c
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "woof-doom";
version = "15.1.0";
version = "15.2.0";
src = fetchFromGitHub {
owner = "fabiangreffrath";
repo = "woof";
rev = "woof_${finalAttrs.version}";
hash = "sha256-rVcD+yeqkguNcfusVI1Y0X+RkXRMIShr9FjTbWB4Qfg=";
hash = "sha256-U1JxdWKSIbIbPMipnjY2SJ5lOP9AFMLNjyplK0mFhxE=";
};
nativeBuildInputs = [