Merge pull request #142716 from starcraft66/update-dunst

authored by

Sandro and committed by
GitHub
1e2ba5f9 5b14f26a

+4 -4
+4 -4
pkgs/applications/misc/dunst/default.nix
··· 1 { stdenv, lib, fetchFromGitHub, makeWrapper 2 , pkg-config, which, perl, libXrandr 3 , cairo, dbus, systemd, gdk-pixbuf, glib, libX11, libXScrnSaver 4 - , gtk3, wayland, wayland-protocols 5 , libXinerama, libnotify, pango, xorgproto, librsvg 6 }: 7 8 stdenv.mkDerivation rec { 9 pname = "dunst"; 10 - version = "1.6.1"; 11 12 src = fetchFromGitHub { 13 owner = "dunst-project"; 14 repo = "dunst"; 15 rev = "v${version}"; 16 - sha256 = "0lga1kj2vjbj9g9rl93nivngjmk5fkxdxwal8w96x9whwk9jvdga"; 17 }; 18 19 nativeBuildInputs = [ perl pkg-config which systemd makeWrapper ]; ··· 21 buildInputs = [ 22 cairo dbus gdk-pixbuf glib libX11 libXScrnSaver 23 libXinerama libnotify pango xorgproto librsvg libXrandr 24 - gtk3 wayland wayland-protocols 25 ]; 26 27 outputs = [ "out" "man" ];
··· 1 { stdenv, lib, fetchFromGitHub, makeWrapper 2 , pkg-config, which, perl, libXrandr 3 , cairo, dbus, systemd, gdk-pixbuf, glib, libX11, libXScrnSaver 4 + , wayland, wayland-protocols 5 , libXinerama, libnotify, pango, xorgproto, librsvg 6 }: 7 8 stdenv.mkDerivation rec { 9 pname = "dunst"; 10 + version = "1.7.0"; 11 12 src = fetchFromGitHub { 13 owner = "dunst-project"; 14 repo = "dunst"; 15 rev = "v${version}"; 16 + sha256 = "sha256-BWbvGetXXCXbfPRY+u6gEfzBmX8PLSnI6a5vfCByiC0="; 17 }; 18 19 nativeBuildInputs = [ perl pkg-config which systemd makeWrapper ]; ··· 21 buildInputs = [ 22 cairo dbus gdk-pixbuf glib libX11 libXScrnSaver 23 libXinerama libnotify pango xorgproto librsvg libXrandr 24 + wayland wayland-protocols 25 ]; 26 27 outputs = [ "out" "man" ];