Skip to content

Commit 2e2cab7

Browse files
authored
rtrtr: 0.3.1 -> 0.3.2 (#404721)
2 parents 582af1a + fad2fb4 commit 2e2cab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/rt/rtrtr/package.nix

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

88
rustPlatform.buildRustPackage rec {
99
pname = "rtrtr";
10-
version = "0.3.1";
10+
version = "0.3.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "NLnetLabs";
1414
repo = pname;
1515
rev = "v${version}";
16-
hash = "sha256-c1jzUP7cYjqn49gbjXLWTge8ywHBI29gSnhzWDzNCV8=";
16+
hash = "sha256-1TmzC/d/odfYdo1CiCsFW3U7OCpTF4Gkw2w4c2yaxxw=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-RPCT2mmzuvDYSTTDM7S1yRcmCe8RlkA1i80dW7OPVO4=";
20+
cargoHash = "sha256-SeQ2zRBbETabAhOItu3C6PUjL7vUsVDzWGbYcUIslF4=";
2121
nativeBuildInputs = [ pkg-config ];
2222

2323
buildNoDefaultFeatures = true;

0 commit comments

Comments
 (0)