Skip to content

Commit 46c4ed2

Browse files
authored
riffdiff: 3.3.9 -> 3.3.10 (#397511)
2 parents 65ecbb0 + 1961823 commit 46c4ed2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ri/riffdiff/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "riffdiff";
12-
version = "3.3.9";
12+
version = "3.3.10";
1313

1414
src = fetchFromGitHub {
1515
owner = "walles";
1616
repo = "riff";
1717
tag = version;
18-
hash = "sha256-EhRruR5UzVP5OdPRX/k8Tasst9tlVteyfXD9BCXBhtI=";
18+
hash = "sha256-5HxQF8PVDonWpmxHEFT4zWZTWzzn50UzBU1z0ahuaGM=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-a9XLP0ydG/lIXT6fa4QK5MiBN6NWp/IrchXLBm34F6g=";
22+
cargoHash = "sha256-8O4ZLKaQajrvNp7tH8iuVRPriuIIdesBmuv5MXyTafA=";
2323

2424
passthru = {
2525
tests.version = testers.testVersion { package = riffdiff; };

0 commit comments

Comments
 (0)