about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-21 23:11:20 +0100
committerGitHub <noreply@github.com>2021-03-21 23:11:20 +0100
commitf864434064bf543e0b71eb3102cd41ebb5738268 (patch)
tree5e9caff0afd214de1f924fb2021c99d8f97b2d5e /pkgs
parentac560d29cc4a29fb9113cc16801f6818605d14e1 (diff)
parent5427f2a847ff8abb0465d51849b70134a7ba6686 (diff)
Merge pull request #117141 from dduan/tre-0.3.5
tre-command: 0.3.4 -> 0.3.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/tre-command/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/tre-command/default.nix b/pkgs/tools/system/tre-command/default.nix
index f9e0e80478d65..168a6f8ec313a 100644
--- a/pkgs/tools/system/tre-command/default.nix
+++ b/pkgs/tools/system/tre-command/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "tre-command";
-  version = "0.3.4";
+  version = "0.3.5";
 
   src = fetchFromGitHub {
     owner = "dduan";
     repo = "tre";
     rev = "v${version}";
-    sha256 = "0syvhpnw9c5csxv8c4gdfwif9a9vl4rjkwj4mfglgxk227k1y53q";
+    sha256 = "1yhrawn8xdl84f5f56i8fikidrfbjnqw5ckjagk7f6ngpcjc0wxm";
   };
 
-  cargoSha256 = "056wlxz8hzky8315rnn65nh7dd2yhx5323y3hq64g6aqj52vd734";
+  cargoSha256 = "03zvykjmb61bn8h4pm93iayhw1d53qv3l635jxfii1q7kzjbdnx9";
 
   nativeBuildInputs = [ installShellFiles ];