about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-13 19:00:45 -0500
committerGitHub <noreply@github.com>2022-12-13 19:00:45 -0500
commite156da2bddd43db457cc300b704ceab1f9362658 (patch)
tree149b0d403cca81f5e558c88937e92f341454c303 /pkgs
parentaae24b673a8ba29f0c63b8ab59e91f7591567516 (diff)
parent942da19c56600f094a1de5a652254801f5bd4696 (diff)
Merge pull request #205979 from r-ryantm/auto-update/mcfly
mcfly: 0.6.1 -> 0.7.0
Diffstat (limited to 'pkgs')
-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 79c9238b9e278..e5f079a5c3166 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.6.1";
+  version = "0.7.0";
 
   src = fetchFromGitHub {
     owner = "cantino";
     repo = "mcfly";
     rev = "v${version}";
-    sha256 = "sha256-rim2ndXjoqIn5P60D5+FFuq0CDAOf29xCJ7rfemMzVU=";
+    sha256 = "sha256-4vhDtKVo5DI/A9Cg/2I7vn1bJL/8VvUtsqMn8NdVqco=";
   };
 
   postPatch = ''
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
     substituteInPlace mcfly.fish --replace '(command which mcfly)'  '${placeholder "out"}/bin/mcfly'
   '';
 
-  cargoSha256 = "sha256-W1SPunH4fgam1JDI+JnLoAKCwx1RLY2JotNSyZAQoSY=";
+  cargoSha256 = "sha256-Q8J75kI3Oob2cMweW5d1nD2mSX0WUhIacUx6XQnk95c=";
 
   meta = with lib; {
     homepage = "https://github.com/cantino/mcfly";