dunst: 1.13.1 -> 1.13.2 (#502662)

This commit is contained in:
Gergő Gutyina
2026-03-23 17:53:43 +00:00
committed by GitHub
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dunst";
version = "1.13.1";
version = "1.13.2";
src = fetchFromGitHub {
owner = "dunst-project";
repo = "dunst";
tag = "v${finalAttrs.version}";
hash = "sha256-F7CONYJ95aKNZ+BpWNUerCBMflgJYgSaLAqp6XJ1G5k=";
hash = "sha256-Idh/moq+OjD3VpZKJ3blO1JAK7PPX42z15rQz/JZb84=";
};
nativeBuildInputs = [