about summary refs log tree commit diff
path: root/pkgs/tools/misc/intermodal
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-09-25 10:10:20 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-09-25 10:10:20 +0000
commitf5dc64a3ef29cc9ea29c9c016b20e513efed760d (patch)
tree3cff15280097fdd861c7aa9880e29dc5d4820a86 /pkgs/tools/misc/intermodal
parent020ff6989a9ee98f779dc5f9f74b96c4a8090f72 (diff)
intermodal: 0.1.10 -> 0.1.11
Diffstat (limited to 'pkgs/tools/misc/intermodal')
-rw-r--r--pkgs/tools/misc/intermodal/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/intermodal/default.nix b/pkgs/tools/misc/intermodal/default.nix
index de52909a81025..fe5d724e696b3 100644
--- a/pkgs/tools/misc/intermodal/default.nix
+++ b/pkgs/tools/misc/intermodal/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "intermodal";
-  version = "0.1.10";
+  version = "0.1.11";
 
   src = fetchFromGitHub {
     owner = "casey";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0vdla0vhvgj1yrg631jdm3kwdm1q0acw8sh2nz57dp3x7chq6ipx";
+    sha256 = "1wqf227ljfys16jfbxi6mlkgdczgqrh15ixl9vi6higlxfi2wsj2";
   };
 
-  cargoSha256 = "1yl1chh243ixa9lhkmgi94w6mvnrnr7xmsh4kvj7ax693249pzjv";
+  cargoSha256 = "0lx8y1y5mf8ga7iz74dnfyf2b9jx15wishw0khfxknmh96h2y99h";
 
   # include_hidden test tries to use `chflags` on darwin
   checkFlagsArray = stdenv.lib.optionals stdenv.isDarwin [ "--skip=subcommand::torrent::create::tests::include_hidden" ];