dunst: 1.13.0 -> 1.13.1

This commit is contained in:
R. Ryantm
2026-01-28 19:18:12 +00:00
parent c9003c5df3
commit ed747559fb
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dunst";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "dunst-project";
repo = "dunst";
tag = "v${finalAttrs.version}";
hash = "sha256-HPmIcOLoYDD1GEgTh1elA9xiZGFKt1In4vsAtRsOukE=";
hash = "sha256-F7CONYJ95aKNZ+BpWNUerCBMflgJYgSaLAqp6XJ1G5k=";
};
nativeBuildInputs = [