about summary refs log tree commit diff
path: root/pkgs/by-name/or
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-03 02:51:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-03 02:51:44 +0000
commit2438d480cb8bc0a21bd6657ed1fe4a61be061696 (patch)
tree5f1958bcef1882fa73a3d0ec597f8be9a43d9708 /pkgs/by-name/or
parent529fd47f28707310775d5ddcc5763740e2feed01 (diff)
downloadnixlib-2438d480cb8bc0a21bd6657ed1fe4a61be061696.tar
nixlib-2438d480cb8bc0a21bd6657ed1fe4a61be061696.tar.gz
nixlib-2438d480cb8bc0a21bd6657ed1fe4a61be061696.tar.bz2
nixlib-2438d480cb8bc0a21bd6657ed1fe4a61be061696.tar.lz
nixlib-2438d480cb8bc0a21bd6657ed1fe4a61be061696.tar.xz
nixlib-2438d480cb8bc0a21bd6657ed1fe4a61be061696.tar.zst
nixlib-2438d480cb8bc0a21bd6657ed1fe4a61be061696.zip
orchard: 0.14.1 -> 0.14.3
Diffstat (limited to 'pkgs/by-name/or')
-rw-r--r--pkgs/by-name/or/orchard/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/or/orchard/package.nix b/pkgs/by-name/or/orchard/package.nix
index a0aa38665352..04443e2f1698 100644
--- a/pkgs/by-name/or/orchard/package.nix
+++ b/pkgs/by-name/or/orchard/package.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "orchard";
-  version = "0.14.1";
+  version = "0.14.3";
 
   src = fetchFromGitHub {
     owner = "cirruslabs";
     repo = pname;
     rev = version;
-    hash = "sha256-u4aGjEkQ9H7caW2Y5ZbiGhCV47I0Afi5NC/apJB5qvU=";
+    hash = "sha256-hQP48druIwkVVKeC1TKq+DEGOJOmkendc3Ij9ft+uDQ=";
     # populate values that require us to use git. By doing this in postFetch we
     # can delete .git afterwards and maintain better reproducibility of the src.
     leaveDotGit = true;
@@ -19,7 +19,7 @@ buildGoModule rec {
     '';
   };
 
-  vendorHash = "sha256-BrzS+QtpGUHcYNNmSI6FlBtcYwNFri7R6nlVvFihdb4=";
+  vendorHash = "sha256-opPxsCukXcLcrf/sD9AW1iIYOK5BmTLnc/QGUvzVLwg=";
 
   nativeBuildInputs = [ installShellFiles ];