summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-18 10:18:02 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-18 10:18:02 +0000
commite4c67e612f6369165f125de6730b9e6b0fb27bd1 (patch)
tree753d7e22730ceca907917af2fdcb2d37e4e560e3
parentMerge pull request #191726 from marsam/update-actionlint (diff)
downloadnixpkgs-e4c67e612f6369165f125de6730b9e6b0fb27bd1.tar.gz
difftastic: 0.35.0 -> 0.36.0
-rw-r--r--pkgs/tools/text/difftastic/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/difftastic/default.nix b/pkgs/tools/text/difftastic/default.nix
index d22612e0bc76..57b7d0731394 100644
--- a/pkgs/tools/text/difftastic/default.nix
+++ b/pkgs/tools/text/difftastic/default.nix
@@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "difftastic";
- version = "0.35.0";
+ version = "0.36.0";
src = fetchFromGitHub {
owner = "wilfred";
repo = pname;
rev = version;
- sha256 = "sha256-gf8Q/x9JXQcYEPa7fHoxwEvLFjpXVraY5aEcA89xJsc=";
+ sha256 = "sha256-/meB9+sssPZssqPsUe1YtAxZywu5OJAyO5NArmdwEP4=";
};
depsExtraArgs = {
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
popd
'';
};
- cargoSha256 = "sha256-CUbiEqFNEQCe9CKhpa8m8+/XVOOTv1ltmx0sXssx+e8=";
+ cargoSha256 = "sha256-fVNznLuvNvdtQ+B/E+/KwfCX7hVC9kQj6tI+uvuBvco=";
passthru.tests.version = testers.testVersion { package = difftastic; };