Skip to content

Commit

Permalink
diffsitter: 0.8.1 -> 0.8.2
Browse files Browse the repository at this point in the history
Diff: afnanenayet/diffsitter@v0.8.1...v0.8.2
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
  • Loading branch information
mfrw committed Jan 14, 2024
1 parent 836a47d commit 3c8c55f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/diffsitter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "diffsitter";
version = "0.8.1";
version = "0.8.2";

src = fetchFromGitHub {
owner = "afnanenayet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8nKZ8zcZSSF7Qd36kA9IQjio+TIhlQWRgMqKrsdInj4=";
hash = "sha256-rB580TlM0/HXYgPvWtm7KMtXrw6i996HyvCrNr3QmNA=";
fetchSubmodules = false;
};

cargoHash = "sha256-LEBAMb9tROpjrWEfucw+2ZaytnoyJE477IH3MyeUGEA=";
cargoHash = "sha256-8ajCXoB+mVhHrstVG+QkWYfXJqDk4+XPcO6yjR4TqpQ=";

buildNoDefaultFeatures = true;
buildFeatures = [
Expand Down

0 comments on commit 3c8c55f

Please sign in to comment.