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

dunst: 1.8.0 -> 1.8.1

authored by Renaud and committed by GitHub 4c20403d 96c23dea

+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.0"; 11 + version = "1.8.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "dunst-project"; 15 15 repo = "dunst"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-bSlSOAxIcFS5B5o3pWmXFsKthAXzbCltnbLAV/bIHLw="; 17 + sha256 = "sha256-aMla5mzQpN9CNDc4QSxjcKR+Ufej+8WLBYxCntApcKU="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ perl pkg-config which systemd makeWrapper ];