Skip to content

Commit

Permalink
Merge pull request NixOS#301200 from r-ryantm/auto-update/dotslash
Browse files Browse the repository at this point in the history
dotslash: 0.2.0 -> 0.3.0
  • Loading branch information
wegank committed Apr 9, 2024
2 parents ca1c287 + 7d6914b commit bd33b18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/do/dotslash/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit bd33b18

Please sign in to comment.