Skip to content

Commit

Permalink
[Backport release-24.11] riffdiff: 3.3.7 -> 3.3.8 (#373552)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 15, 2025
2 parents 8b5568e + b9f7c8d commit c4bb81e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ri/riffdiff/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "riffdiff";
version = "3.3.7";
version = "3.3.8";

src = fetchFromGitHub {
owner = "walles";
repo = "riff";
rev = "refs/tags/${version}";
hash = "sha256-PlE94OikRabxSr+23903nveXXa0DqqQmGgUJJfSZg1M=";
tag = version;
hash = "sha256-KJ+2MdhBW0og6uj9eTUsoKcpenQj7tp3fZzgCNfdrqI=";
};

cargoHash = "sha256-ZDlhU6izva0lPi66Gv0fjpLcGiBBo/Ym6FizBhqmcuQ=";
cargoHash = "sha256-RN//dB53Jy6fGJeUHHM7jdJrPhnbfjKiJ5TFFOtcbFI=";

passthru = {
tests.version = testers.testVersion { package = riffdiff; };
Expand Down

0 comments on commit c4bb81e

Please sign in to comment.