about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-30 07:07:13 -0500
committerGitHub <noreply@github.com>2022-09-30 07:07:13 -0500
commit12e564aa489773628680104ebcd8324ca5179925 (patch)
treec35399eaa243a1ddbe856bb7e7eba73da219a505 /pkgs
parentf5a694603d9c4e04cde28d0be72a0331d52b34bb (diff)
parent145d64e32371c4f0b11871575a1afe2538109ee8 (diff)
Merge pull request #192627 from r-ryantm/auto-update/fend
fend: 1.0.5 -> 1.1.1
Diffstat (limited to 'pkgs')
-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 7e0c5929092d3..7bb3cb200d3a6 100644
--- a/pkgs/tools/misc/fend/default.nix
+++ b/pkgs/tools/misc/fend/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "fend";
-  version = "1.0.5";
+  version = "1.1.1";
 
   src = fetchFromGitHub {
     owner = "printfn";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-y5r9/e3KbEojRIoGG9gBkVbxGrJJJhwVZiiTkpy4NtE=";
+    sha256 = "sha256-1hoMIZ4mfXYF+ec/Eax2fSNBbx+UEY2c/jQCaRi+UqU=";
   };
 
-  cargoSha256 = "sha256-iv3Uo3XUAxf+CmiRBm8EzQ2GhglPVqbN/LSofTa6ujw=";
+  cargoSha256 = "sha256-jGPS9x4DKQCXZkaJu9qIEqoxIu+1WraqfqxGFRV5z7A=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];