woof-doom: 15.0.1 -> 15.1.0

This commit is contained in:
Keenan Weaver
2025-01-17 07:29:58 -06:00
parent e9fe4fa966
commit ab08ebc58d
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "woof-doom";
version = "15.0.1";
version = "15.1.0";
src = fetchFromGitHub {
owner = "fabiangreffrath";
repo = "woof";
rev = "woof_${finalAttrs.version}";
hash = "sha256-B1pcozy6ZyJkrrxnoL4tXSlb/VzZ9NoSPub8OVVorXo=";
hash = "sha256-rVcD+yeqkguNcfusVI1Y0X+RkXRMIShr9FjTbWB4Qfg=";
};
nativeBuildInputs = [