about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-02-13 22:58:03 -0500
committerGitHub <noreply@github.com>2023-02-13 22:58:03 -0500
commit75a837f26563f4400ca197143d5423240502edff (patch)
tree292489d7c7e96e5ea3522203ba97360784771e8e
parent4106c7519bff1d14fa5f942da645b3f18d16309e (diff)
parentceab3fb5f4ae430845e93c457b5353dc8b019e2b (diff)
Merge pull request #216249 from marsam/update-noti
noti: 3.6.0 -> 3.7.0
-rw-r--r--pkgs/tools/misc/noti/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/noti/default.nix b/pkgs/tools/misc/noti/default.nix
index bebe77faaa7d4..40c060b631551 100644
--- a/pkgs/tools/misc/noti/default.nix
+++ b/pkgs/tools/misc/noti/default.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "noti";
-  version = "3.6.0";
+  version = "3.7.0";
 
   src = fetchFromGitHub {
     owner = "variadico";
     repo = "noti";
     rev = version;
-    sha256 = "sha256-FhVpw6PJcm0aYQBlN7AUjOkJgCzleOHXIXumSegtxfA=";
+    hash = "sha256-8CHSbKOiWNYqKBU1kqQm5t02DJq0JfoIaPsU6Ylc46E=";
   };
 
-  vendorSha256 = null;
+  vendorHash = null;
 
   nativeBuildInputs = [ installShellFiles ];