3
0
Fork 0
forked from mirrors/nixpkgs

dunst: 1.7.2 -> 1.7.3

This commit is contained in:
R. Ryantm 2021-12-21 11:45:38 +00:00
parent ae969de2bb
commit d682165c7d

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 ];