about summary refs log tree commit diff
path: root/pkgs/by-name/gl
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-30 20:07:11 +0100
committerGitHub <noreply@github.com>2024-03-30 20:07:11 +0100
commita735e127e2a416ef89066bd69f4bd9571d31f127 (patch)
treecc86b2e7ea73c8eca81106fb96ff71059e3445b4 /pkgs/by-name/gl
parent48f469c09b93f7bff61d64500006fc037fba8d88 (diff)
parent088d5a98c6346a3f9956a81e68e86a216f47ffb9 (diff)
Merge pull request #297884 from r-ryantm/auto-update/glasskube
glasskube: 0.0.4 -> 0.1.0
Diffstat (limited to 'pkgs/by-name/gl')
-rw-r--r--pkgs/by-name/gl/glasskube/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/gl/glasskube/package.nix b/pkgs/by-name/gl/glasskube/package.nix
index e9130bb321da7..07942acbd6ba8 100644
--- a/pkgs/by-name/gl/glasskube/package.nix
+++ b/pkgs/by-name/gl/glasskube/package.nix
@@ -7,16 +7,16 @@
 
 buildGoModule rec {
   pname = "glasskube";
-  version = "0.0.4";
+  version = "0.1.0";
 
   src = fetchFromGitHub {
     owner = "glasskube";
     repo = "glasskube";
     rev = "refs/tags/v${version}";
-    hash = "sha256-+5SinF85bU113C9B025DM83v8ApaXqLV4n1P9zZP3ns=";
+    hash = "sha256-iJjO4V2sK3e/SpDZ5Lfw7gILgZrI4CGg0wLLVKthGUE=";
   };
 
-  vendorHash = "sha256-DBqO2EyB1TydsdK2GWJoFGGgTS+E62GogysPX4WtzYU=";
+  vendorHash = "sha256-iFWcTzZP0DKJ9hrmfUWR4U/VX2zsR+3uojI+GRI2R3I=";
 
   CGO_ENABLED = 0;