summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-09 15:01:20 +0200
committerGitHub <noreply@github.com>2024-04-09 15:01:20 +0200
commitbd33b18c5224269850c93bae8eda6617394c4401 (patch)
tree947d6bd41ee03efc34e40241f335bb1fee18b081
parentca1c287d5d77edd71661ad888620f6ddeaaf7ae4 (diff)
parent7d6914b6f563d1b22abc27680fb245389e17661f (diff)
Merge pull request #301200 from r-ryantm/auto-update/dotslash
dotslash: 0.2.0 -> 0.3.0
-rw-r--r--pkgs/by-name/do/dotslash/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/do/dotslash/package.nix b/pkgs/by-name/do/dotslash/package.nix
index 788d6ea17aa0..240cfe4717b4 100644
--- a/pkgs/by-name/do/dotslash/package.nix
+++ b/pkgs/by-name/do/dotslash/package.nix
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dotslash";
- version = "0.2.0";
+ version = "0.3.0";
src = fetchCrate {
inherit pname version;
- hash = "sha256-4y4GH+YR6QpZj7gYycJcm7K5tE7dCvYm3UQuCKF3cfQ=";
+ hash = "sha256-rgcvpr6/Xss4zDR7IRXL2THAtUQL6WE8Mv9XuM9unBI=";
};
- cargoHash = "sha256-L/ahRDLVOWsg7mHWlLYqP/+6zS9JwXGQXn66UsIIARk=";
+ cargoHash = "sha256-WkC+8epqCJWIU1f5kCLsqgGiSvWZH1mbZabQUnGVwB4=";
doCheck = false; # http tests
meta = with lib; {