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

dunst: 1.7.3 -> 1.8.0
This commit is contained in:
Maximilian Bosch 2022-02-25 12:18:27 +01:00 committed by GitHub
commit d2baa254ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "dunst";
version = "1.7.3";
version = "1.8.0";
src = fetchFromGitHub {
owner = "dunst-project";
repo = "dunst";
rev = "v${version}";
sha256 = "sha256-8s8g1J8vEogCp29tSwX5eqYTDf1dLoyBznnwAlCMQOU=";
sha256 = "sha256-bSlSOAxIcFS5B5o3pWmXFsKthAXzbCltnbLAV/bIHLw=";
};
nativeBuildInputs = [ perl pkg-config which systemd makeWrapper ];