about summary refs log tree commit diff
path: root/pkgs/tools/misc/handlr
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-04-26 01:12:13 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-04-26 01:12:13 +0000
commit5907b8151fd8c9e171809779beab6e5b0f6f0036 (patch)
tree9dc034f5c444b2138b1ce18e618101c98a7f9828 /pkgs/tools/misc/handlr
parent6af7bcbd9324a12624dad9a799898e68d2e5d092 (diff)
handlr: 0.6.1 -> 0.6.3
Diffstat (limited to 'pkgs/tools/misc/handlr')
-rw-r--r--pkgs/tools/misc/handlr/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/handlr/default.nix b/pkgs/tools/misc/handlr/default.nix
index 978168d367640..baa718c1b1fc3 100644
--- a/pkgs/tools/misc/handlr/default.nix
+++ b/pkgs/tools/misc/handlr/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "handlr";
-  version = "0.6.1";
+  version = "0.6.3";
 
   src = fetchFromGitHub {
     owner = "chmln";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0mxkirsicagvfyihcb06g2bsz5h0zp7xc87vldp4amgddzaxhpbg";
+    sha256 = "sha256-OtU6sL2Bbbec0gHxk3bl5Inn+ZmNYiHgpSF0gjDuRSg=";
   };
 
-  cargoSha256 = "11glh6f0cjrq76212h80na2rgwpzjmk0j78y3i98nv203rkrczid";
+  cargoSha256 = "sha256-bX7QWV1R+pLxvghpaV10LeROv4wBVfZhHyrPCIgqETA=";
 
   nativeBuildInputs = [ shared-mime-info ];