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

dunst: 1.3.2 -> 1.4.0
This commit is contained in:
Maximilian Bosch 2019-04-14 18:18:41 +02:00 committed by GitHub
commit 12505c2627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
name = "dunst-${version}";
version = "1.3.2";
version = "1.4.0";
src = fetchFromGitHub {
owner = "dunst-project";
repo = "dunst";
rev = "v${version}";
sha256 = "1kqlshaflp306yrjjmc28pghi1y5p24vdx4bxf8i4n9khdawb514";
sha256 = "1rwbylygd88r61yrxc7ckg9svgq8b1i2falr0mk9sabqxzn9050s";
};
nativeBuildInputs = [ perl pkgconfig which systemd makeWrapper ];