summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-11 08:14:35 -0700
committerobadz <obadz-git@obadz.com>2018-05-12 14:37:38 +0200
commitf25e118432bf391706a401d048462fc4c6ba6f6d (patch)
treecf52c40bae9e99168cf61f38147c814c84ecc181
parentf7532666073252367b4483509ec558957f65b142 (diff)
downloadnixlib-f25e118432bf391706a401d048462fc4c6ba6f6d.tar
nixlib-f25e118432bf391706a401d048462fc4c6ba6f6d.tar.gz
nixlib-f25e118432bf391706a401d048462fc4c6ba6f6d.tar.bz2
nixlib-f25e118432bf391706a401d048462fc4c6ba6f6d.tar.lz
nixlib-f25e118432bf391706a401d048462fc4c6ba6f6d.tar.xz
nixlib-f25e118432bf391706a401d048462fc4c6ba6f6d.tar.zst
nixlib-f25e118432bf391706a401d048462fc4c6ba6f6d.zip
dunst: 1.3.1 -> 1.3.2
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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/41nqz94x6682ylch4vhg5pca977ffsd0-dunst-1.3.2/bin/dunst -h’ got 0 exit code
- ran ‘/nix/store/41nqz94x6682ylch4vhg5pca977ffsd0-dunst-1.3.2/bin/dunst --help’ got 0 exit code
- ran ‘/nix/store/41nqz94x6682ylch4vhg5pca977ffsd0-dunst-1.3.2/bin/dunst -v’ and found version 1.3.2
- ran ‘/nix/store/41nqz94x6682ylch4vhg5pca977ffsd0-dunst-1.3.2/bin/dunst --version’ and found version 1.3.2
- found 1.3.2 with grep in /nix/store/41nqz94x6682ylch4vhg5pca977ffsd0-dunst-1.3.2
- directory tree listing: https://gist.github.com/e6f68836d92d5855b650ece5004da126
-rw-r--r--pkgs/applications/misc/dunst/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/dunst/default.nix b/pkgs/applications/misc/dunst/default.nix
index 5396299943c5..75640b2c54ec 100644
--- a/pkgs/applications/misc/dunst/default.nix
+++ b/pkgs/applications/misc/dunst/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   name = "dunst-${version}";
-  version = "1.3.1";
+  version = "1.3.2";
 
   src = fetchFromGitHub {
     owner = "dunst-project";
     repo = "dunst";
     rev = "v${version}";
-    sha256 = "0i518v2z9fklzl5w60gkwwmg30yz3bd0k4rxjrxjabx73pvxm1mz";
+    sha256 = "1kqlshaflp306yrjjmc28pghi1y5p24vdx4bxf8i4n9khdawb514";
   };
 
   nativeBuildInputs = [ perl pkgconfig which systemd ];