Skip to content

Commit 2a80749

Browse files
authored
riffdiff: 3.3.7 -> 3.3.8 (NixOS#373511)
2 parents f6b5213 + 1beac39 commit 2a80749

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,16 +9,16 @@
99

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

1414
src = fetchFromGitHub {
1515
owner = "walles";
1616
repo = "riff";
1717
tag = version;
18-
hash = "sha256-PlE94OikRabxSr+23903nveXXa0DqqQmGgUJJfSZg1M=";
18+
hash = "sha256-KJ+2MdhBW0og6uj9eTUsoKcpenQj7tp3fZzgCNfdrqI=";
1919
};
2020

21-
cargoHash = "sha256-ZDlhU6izva0lPi66Gv0fjpLcGiBBo/Ym6FizBhqmcuQ=";
21+
cargoHash = "sha256-RN//dB53Jy6fGJeUHHM7jdJrPhnbfjKiJ5TFFOtcbFI=";
2222

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

0 commit comments

Comments
 (0)