about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-05-05 20:13:24 -0500
committerGitHub <noreply@github.com>2020-05-05 20:13:24 -0500
commitf321c58c2816299d7cc7cecbf63c649415c07241 (patch)
tree5ccb7858c934fa824622fa3c83c7b7509061738b
parentabdcdad52330258b05c531193904923f12133909 (diff)
parentd3c814b56b32ed3544cbff33f842128bca4227cd (diff)
downloadnixlib-f321c58c2816299d7cc7cecbf63c649415c07241.tar
nixlib-f321c58c2816299d7cc7cecbf63c649415c07241.tar.gz
nixlib-f321c58c2816299d7cc7cecbf63c649415c07241.tar.bz2
nixlib-f321c58c2816299d7cc7cecbf63c649415c07241.tar.lz
nixlib-f321c58c2816299d7cc7cecbf63c649415c07241.tar.xz
nixlib-f321c58c2816299d7cc7cecbf63c649415c07241.tar.zst
nixlib-f321c58c2816299d7cc7cecbf63c649415c07241.zip
Merge pull request #86920 from filalex77/sd-0.7.5
sd: 0.7.4 -> 0.7.5
-rw-r--r--pkgs/tools/text/sd/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/text/sd/default.nix b/pkgs/tools/text/sd/default.nix
index 0e905be01f22..a540918e56d2 100644
--- a/pkgs/tools/text/sd/default.nix
+++ b/pkgs/tools/text/sd/default.nix
@@ -3,16 +3,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "sd";
-  version = "0.7.4";
+  version = "0.7.5";
 
   src = fetchFromGitHub {
     owner = "chmln";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0y1mabnp0sbvayn695x1yfw04d2bky0r69wyidld6hllq3kqn9y2";
+    sha256 = "04jsni80jzhbb106283df34cdyp5p362l6m29kp30hnc6x49853q";
   };
 
-  cargoSha256 = "1ra6argxs5dmpxhrr3az21myp27fl3nkdjfqn8cam2xhld1y270l";
+  cargoSha256 = "1gwb76zys7gky42clzjs5g4hhgpfvzcw63chw9mnj703c7h0cgfh";
 
   buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
 
@@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/chmln/sd";
     license = licenses.mit;
     platforms = platforms.all;
-    maintainers = [ maintainers.amar1729 ];
+    maintainers = with maintainers; [ amar1729 filalex77 ];
   };
 }