summary refs log tree commit diff
path: root/pkgs/tools/misc/noti
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-08 04:20:00 -0500
committerMatthieu Coudron <coudron@iij.ad.jp>2019-12-09 00:41:22 +0100
commita1eee8245f5953a3ccc9a114a5ddfac0a6a976cd (patch)
treec4ec62617e757dc697e425026a033a572d4062c5 /pkgs/tools/misc/noti
parent3cbc71eeed26f90a2f6802ee9c8dd9cd48537e81 (diff)
downloadnixpkgs-a1eee8245f5953a3ccc9a114a5ddfac0a6a976cd.tar
nixpkgs-a1eee8245f5953a3ccc9a114a5ddfac0a6a976cd.tar.gz
nixpkgs-a1eee8245f5953a3ccc9a114a5ddfac0a6a976cd.tar.bz2
nixpkgs-a1eee8245f5953a3ccc9a114a5ddfac0a6a976cd.tar.lz
nixpkgs-a1eee8245f5953a3ccc9a114a5ddfac0a6a976cd.tar.xz
nixpkgs-a1eee8245f5953a3ccc9a114a5ddfac0a6a976cd.tar.zst
nixpkgs-a1eee8245f5953a3ccc9a114a5ddfac0a6a976cd.zip
noti: 3.3.0 -> 3.4.0
Changelog: https://github.com/variadico/noti/releases/tag/3.4.0
Diffstat (limited to 'pkgs/tools/misc/noti')
-rw-r--r--pkgs/tools/misc/noti/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/noti/default.nix b/pkgs/tools/misc/noti/default.nix
index dcc946c854e..a6288b32295 100644
--- a/pkgs/tools/misc/noti/default.nix
+++ b/pkgs/tools/misc/noti/default.nix
@@ -3,13 +3,13 @@
 
 buildGoPackage rec {
   pname = "noti";
-  version = "3.3.0";
+  version = "3.4.0";
 
   src = fetchFromGitHub {
     owner = "variadico";
     repo = "noti";
     rev = version;
-    sha256 = "1644bivjcky07n3rrm83vsms7hw47p4hnp2536q0z3qca5jyri2f";
+    sha256 = "0bcwfyd93fx0rzjc9jgg4pvvqbpxwizr044yqqa5rx70gaasz7qa";
   };
 
   buildInputs = lib.optional stdenv.isDarwin Cocoa;