about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-03 10:23:57 -0400
committerGitHub <noreply@github.com>2024-05-03 10:23:57 -0400
commit131218b6d873293591f882eb5b8d1a01031fe995 (patch)
treeda9050091aaaf8da68eba7a21b7b031bf7375b5b
parent355107fbe07947bdde274f5bee6b38e98f75df39 (diff)
parent994c1f607ff70fb71a1e494bf1f47ea794553275 (diff)
Merge pull request #308694 from r-ryantm/auto-update/trayscale
trayscale: 0.11.2 -> 0.12.0
-rw-r--r--pkgs/applications/networking/trayscale/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/trayscale/default.nix b/pkgs/applications/networking/trayscale/default.nix
index e5ab2e2a1a85..26e767ef9069 100644
--- a/pkgs/applications/networking/trayscale/default.nix
+++ b/pkgs/applications/networking/trayscale/default.nix
@@ -11,16 +11,16 @@
 
 buildGoModule rec {
   pname = "trayscale";
-  version = "0.11.2";
+  version = "0.12.0";
 
   src = fetchFromGitHub {
     owner = "DeedleFake";
     repo = "trayscale";
     rev = "v${version}";
-    hash = "sha256-Og/ilxWNB5TNqnViZ5TeE0P+RxG1JOP2q9jo91SBNZQ=";
+    hash = "sha256-GAK95XlRVGpoVcEmeFO3SddHpdn0qO7qs2IOj7qzRXQ=";
   };
 
-  vendorHash = "sha256-eIakjEYfVp2wfXu0oqBmd5hJZTp0xgYKNNbtpRBnT2w=";
+  vendorHash = "sha256-Iedd8WsJPAVQexRqDSLAmv7MAWc4IFQXHk6XpnStMps=";
 
   subPackages = [ "cmd/trayscale" ];