about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2023-11-24 02:43:39 +0100
committerGitHub <noreply@github.com>2023-11-24 02:43:39 +0100
commit4cbe7cec1d71f11ef9a2b54540fe6f6f34e2a9c8 (patch)
treecce2c419281635a81c2d55b5224e0fc6189169d6 /pkgs
parentc9a2241ccb1b2931f7400a7ced8c4bcb46e8f9a3 (diff)
parent4b67d1a286c60c0906ec3e9c16486fefbcdd3f21 (diff)
Merge pull request #268702 from r-ryantm/auto-update/below
below: 0.6.3 -> 0.7.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/below/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/below/default.nix b/pkgs/os-specific/linux/below/default.nix
index 0a91fd5859065..3204bd7dcf277 100644
--- a/pkgs/os-specific/linux/below/default.nix
+++ b/pkgs/os-specific/linux/below/default.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "below";
-  version = "0.6.3";
+  version = "0.7.1";
 
   src = fetchFromGitHub {
     owner = "facebookincubator";
     repo = "below";
     rev = "v${version}";
-    sha256 = "sha256-d5a/M2XEw2E2iydopzedqZ/XfQU7KQyTC5NrPTeeNLg=";
+    sha256 = "sha256-2mZBpvLPY6yrEAvB1YlFuaXJlmmNuZqhu3xWADNHbx0=";
   };
 
-  cargoSha256 = "sha256-EoRCmEe9SAySZCm+QhaR4ngik4Arnm4SZjgDM5fSRmk=";
+  cargoHash = "sha256-cTNxWCd4YH5VuZh0GRfBNtHmLqCQ75uyHqROkv1jbRA=";
 
   prePatch = ''sed -i "s,ExecStart=.*/bin,ExecStart=$out/bin," etc/below.service'';
   postInstall = ''