summary refs log tree commit diff
path: root/pkgs/tools/misc/fend
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-24 08:14:29 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-26 08:34:20 -0800
commitf17c99c166c064b6fcf597ff681ced509810f779 (patch)
treed775f8165aae5aefeed8224a4c7f9af647fbe753 /pkgs/tools/misc/fend
parentf582bd436399f0f659876bcf8bea4bd7a58f69b9 (diff)
downloadnixpkgs-f17c99c166c064b6fcf597ff681ced509810f779.tar
nixpkgs-f17c99c166c064b6fcf597ff681ced509810f779.tar.gz
nixpkgs-f17c99c166c064b6fcf597ff681ced509810f779.tar.bz2
nixpkgs-f17c99c166c064b6fcf597ff681ced509810f779.tar.lz
nixpkgs-f17c99c166c064b6fcf597ff681ced509810f779.tar.xz
nixpkgs-f17c99c166c064b6fcf597ff681ced509810f779.tar.zst
nixpkgs-f17c99c166c064b6fcf597ff681ced509810f779.zip
fend: 0.1.28 -> 0.1.29
Diffstat (limited to 'pkgs/tools/misc/fend')
-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 40ad6851f73..94429323e09 100644
--- a/pkgs/tools/misc/fend/default.nix
+++ b/pkgs/tools/misc/fend/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "fend";
-  version = "0.1.28";
+  version = "0.1.29";
 
   src = fetchFromGitHub {
     owner = "printfn";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-1bSbeY0ijPKQ/bO1pD/gJ6AC1KNhUlQ1CP0ApbHKkPI=";
+    sha256 = "sha256-g3TycwDtB8+5innRlJukuqD2pSRz71slxOKjgzHve7w=";
   };
 
-  cargoSha256 = "sha256-d4Kv3CNDrsnit5ukw6EXdgjirGkeTEBZ0nm97ZQ8TZ0=";
+  cargoSha256 = "sha256-LYUQeDoq5C9p5pMvFtLQegl7Cl6K+21DPzjSrnCqJo8=";
 
   doInstallCheck = true;