about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-10-27 18:25:29 +0900
committerGitHub <noreply@github.com>2023-10-27 18:25:29 +0900
commit29f758fc90bf8626acd969a9805e7110274fb7d9 (patch)
tree76058b9db6505b821dd4bfe4a190b51051340719
parent4da90df96de8243485b015071ee88d24a58966a2 (diff)
parent077d56eca0e2010db2da2cd02be0360031698acc (diff)
Merge pull request #263699 from r-ryantm/auto-update/fend
fend: 1.2.2 -> 1.3.1
-rw-r--r--pkgs/tools/misc/fend/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/fend/default.nix b/pkgs/tools/misc/fend/default.nix
index 7caff9523724a..fe1d957437d08 100644
--- a/pkgs/tools/misc/fend/default.nix
+++ b/pkgs/tools/misc/fend/default.nix
@@ -12,16 +12,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "fend";
-  version = "1.2.2";
+  version = "1.3.1";
 
   src = fetchFromGitHub {
     owner = "printfn";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-9O+2vCi3CagpIU5pZPA8tLVhyC7KHn93trYdNhsT4n4=";
+    sha256 = "sha256-iF1E9wBX9UVv/zuCgznXqKLBF+Xk0LqVdJfxFNpmzRI=";
   };
 
-  cargoHash = "sha256-mRIwmZwO/uqfUJ12ZYKZFPoefvo055Tp+DrfKsoP9q4=";
+  cargoHash = "sha256-xf4Q6nk2sYuAV+B7dsRF+feiLRKLXDSHnlYmw+o5bNc=";
 
   nativeBuildInputs = [ pandoc installShellFiles copyDesktopItems ];
   buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];