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

dunst: 1.7.2 -> 1.7.3
This commit is contained in:
Domen Kožar
2021-12-21 12:40:07 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "dunst";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "dunst-project";
repo = "dunst";
rev = "v${version}";
sha256 = "LGLo+K0FxQQ3hrPYwvjApcOnNliZ5j0T6yEtcxZAFOU=";
sha256 = "sha256-8s8g1J8vEogCp29tSwX5eqYTDf1dLoyBznnwAlCMQOU=";
};
nativeBuildInputs = [ perl pkg-config which systemd makeWrapper ];