about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-27 10:08:45 -0400
committerGitHub <noreply@github.com>2023-08-27 10:08:45 -0400
commitcddebdb60de376c1bdb7a4e6ee3d98355453fe56 (patch)
tree9d4f5a81710f40a668c3cccabe3494e10ca0d8a9
parent496cdef5d9b9aee581c492c855ce3f418fac7e51 (diff)
parentd374fc522c3fbb804ff2dbce8b4f65f3f2659c35 (diff)
Merge pull request #251776 from oluceps/juice-upup
juicity: 0.1.3 -> 0.2.1
-rw-r--r--pkgs/tools/networking/juicity/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/networking/juicity/default.nix b/pkgs/tools/networking/juicity/default.nix
index 53e12094fa7a1..c28060d403eed 100644
--- a/pkgs/tools/networking/juicity/default.nix
+++ b/pkgs/tools/networking/juicity/default.nix
@@ -1,19 +1,19 @@
 { lib
 , fetchFromGitHub
-, buildGoModule
+, buildGo121Module
 }:
-buildGoModule rec {
+buildGo121Module rec {
   pname = "juicity";
-  version = "0.1.3";
+  version = "0.2.1";
 
   src = fetchFromGitHub {
     owner = "juicity";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-aTg2Xo2+3uxLTJ3MRC46FR/4qBs28IpT6K3KMb8i16s=";
+    hash = "sha256-+P7MFNhWI4aqCtcJhAw3/RtfOkh+b3v2v69pIOznc/8=";
   };
 
-  vendorHash = "sha256-xTpT3Qjg2kAJynLaQLLMmoL/SzpguK2YrlWsq/NYrX4=";
+  vendorHash = "sha256-KrkEqvgHyAoNAX93SE9yDuik60CvPeP+w0Xehi7lgi0=";
 
   proxyVendor = true;