Skip to content

Commit

Permalink
dunst: 1.4.1 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 24, 2020
1 parent ce55b09 commit 4e76cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/dunst/default.nix
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "dunst";
version = "1.4.1";
version = "1.5.0";

src = fetchFromGitHub {
owner = "dunst-project";
repo = "dunst";
rev = "v${version}";
sha256 = "0xjj1f2jr1ja5grj6wrx5jjz1sx5fpqnvkw7nqi4452j3nc4p4l2";
sha256 = "0irwkqcgwkqaylcpvqgh25gn2ysbdm2kydipxfzcq1ddj9ns6f9c";
};

nativeBuildInputs = [ perl pkgconfig which systemd makeWrapper ];
Expand Down

0 comments on commit 4e76cf3

Please sign in to comment.