about summary refs log tree commit diff
path: root/pkgs/tools/misc/mcfly
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-17 18:30:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-17 18:30:50 +0000
commit2b748ef061b2960c5ebfe74754e96b597ff3030a (patch)
treeb41c132f0da8858b1573d7ada4f6b55bff7ac37e /pkgs/tools/misc/mcfly
parent2b534fee3d5bbee6944de149b312dbf3b4b71052 (diff)
mcfly: 0.7.0 -> 0.7.1
Diffstat (limited to 'pkgs/tools/misc/mcfly')
-rw-r--r--pkgs/tools/misc/mcfly/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/mcfly/default.nix b/pkgs/tools/misc/mcfly/default.nix
index e5f079a5c3166..3727ef2fd95dd 100644
--- a/pkgs/tools/misc/mcfly/default.nix
+++ b/pkgs/tools/misc/mcfly/default.nix
@@ -2,13 +2,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "mcfly";
-  version = "0.7.0";
+  version = "0.7.1";
 
   src = fetchFromGitHub {
     owner = "cantino";
     repo = "mcfly";
     rev = "v${version}";
-    sha256 = "sha256-4vhDtKVo5DI/A9Cg/2I7vn1bJL/8VvUtsqMn8NdVqco=";
+    sha256 = "sha256-F3kjJvv94yxiDZx3BkvCQyWDTAQfw5s5yhDfaAxwvLQ=";
   };
 
   postPatch = ''
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
     substituteInPlace mcfly.fish --replace '(command which mcfly)'  '${placeholder "out"}/bin/mcfly'
   '';
 
-  cargoSha256 = "sha256-Q8J75kI3Oob2cMweW5d1nD2mSX0WUhIacUx6XQnk95c=";
+  cargoSha256 = "sha256-9h4a2P5R571vdeRM1cgt67+Zx8VEIBrh2/Aad66ZQqc=";
 
   meta = with lib; {
     homepage = "https://github.com/cantino/mcfly";