dunst: 1.3.2 -> 1.4.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dunst/versions
This commit is contained in:
R. RyanTM 2019-04-14 07:27:28 -07:00
parent 993e2b4ec2
commit 10e5d0f3f9

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