Merge pull request #180470 from r-ryantm/auto-update/dunst

dunst: 1.8.1 -> 1.9.0

authored by

superherointj and committed by
GitHub
2189518c 2ab39ba8

+2 -2
+2 -2
pkgs/applications/misc/dunst/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "dunst"; 11 - version = "1.8.1"; 11 + version = "1.9.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "dunst-project"; 15 15 repo = "dunst"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-aMla5mzQpN9CNDc4QSxjcKR+Ufej+8WLBYxCntApcKU="; 17 + sha256 = "sha256-fRPhu+kpwLPvdzIpXSjXFzQTfv4xewOMv/1ZqLJw3dk="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ perl pkg-config which systemd makeWrapper ];