We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6b5213 + 1beac39 commit 2a80749Copy full SHA for 2a80749
pkgs/by-name/ri/riffdiff/package.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "riffdiff";
12
- version = "3.3.7";
+ version = "3.3.8";
13
14
src = fetchFromGitHub {
15
owner = "walles";
16
repo = "riff";
17
tag = version;
18
- hash = "sha256-PlE94OikRabxSr+23903nveXXa0DqqQmGgUJJfSZg1M=";
+ hash = "sha256-KJ+2MdhBW0og6uj9eTUsoKcpenQj7tp3fZzgCNfdrqI=";
19
};
20
21
- cargoHash = "sha256-ZDlhU6izva0lPi66Gv0fjpLcGiBBo/Ym6FizBhqmcuQ=";
+ cargoHash = "sha256-RN//dB53Jy6fGJeUHHM7jdJrPhnbfjKiJ5TFFOtcbFI=";
22
23
passthru = {
24
tests.version = testers.testVersion { package = riffdiff; };
0 commit comments