Skip to content

Commit

Permalink
riffdiff: 3.3.3 -> 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Nov 1, 2024
1 parent a026612 commit 4071a30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3";
version = "3.3.6";

src = fetchFromGitHub {
owner = "walles";
repo = "riff";
rev = "refs/tags/${version}";
hash = "sha256-IdYQ8vD3ZIzqdNY4JtR8f2huV/DWOhV8FUn7tuRe7IQ=";
hash = "sha256-qXFSO2VIPaGnB+5Wp/u0FTcKnpcMLxW6uNykKL681lU=";
};

cargoHash = "sha256-1on4CTstEvjNLtk1RG6dcNl0XhaPYAy+U0DYn/aVzEg=";
cargoHash = "sha256-i6/wa2/ogyLwLBdIXqTYdJX9+SFf+p7Zm2j2Q3mje6w=";

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

0 comments on commit 4071a30

Please sign in to comment.