summary refs log tree commit diff
path: root/pkgs/tools/misc/noti
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-09-07 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-09-07 04:20:00 +0000
commit746e63ddf88c6c708d7a8d43c4ead0ee2f79a021 (patch)
tree4b74fb915ba22c626eb6708c886f1acdb43772a8 /pkgs/tools/misc/noti
parent8f2a673722f95e2b737b8362c35fdb4c07483bc6 (diff)
downloadnixpkgs-746e63ddf88c6c708d7a8d43c4ead0ee2f79a021.tar
nixpkgs-746e63ddf88c6c708d7a8d43c4ead0ee2f79a021.tar.gz
nixpkgs-746e63ddf88c6c708d7a8d43c4ead0ee2f79a021.tar.bz2
nixpkgs-746e63ddf88c6c708d7a8d43c4ead0ee2f79a021.tar.lz
nixpkgs-746e63ddf88c6c708d7a8d43c4ead0ee2f79a021.tar.xz
nixpkgs-746e63ddf88c6c708d7a8d43c4ead0ee2f79a021.tar.zst
nixpkgs-746e63ddf88c6c708d7a8d43c4ead0ee2f79a021.zip
noti: 3.4.0 -> 3.5.0
https://github.com/variadico/noti/releases/tag/3.5.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 3a3a1a77037..883e353b0b0 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.4.0";
+  version = "3.5.0";
 
   src = fetchFromGitHub {
     owner = "variadico";
     repo = "noti";
     rev = version;
-    sha256 = "0bcwfyd93fx0rzjc9jgg4pvvqbpxwizr044yqqa5rx70gaasz7qa";
+    sha256 = "12r9wawwl6x0rfv1kahwkamfa0pjq24z60az9pn9nsi2z1rrlwkd";
   };
 
   buildInputs = lib.optional stdenv.isDarwin Cocoa;