rtrtr: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm
2026-02-10 15:26:21 +00:00
parent ce1a7c1f9e
commit 770c8474a9
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rtrtr";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "NLnetLabs";
repo = "rtrtr";
rev = "v${finalAttrs.version}";
hash = "sha256-1TmzC/d/odfYdo1CiCsFW3U7OCpTF4Gkw2w4c2yaxxw=";
hash = "sha256-n6dpORKh9ul9VQXKXtnkuewUnQOmge99HljUgVpO2HM=";
};
cargoHash = "sha256-SeQ2zRBbETabAhOItu3C6PUjL7vUsVDzWGbYcUIslF4=";
cargoHash = "sha256-3Atv3lEQIiM5MNjdQdLUnUDb3rHICxDAhQq0yuLSgtA=";
nativeBuildInputs = [ pkg-config ];
buildNoDefaultFeatures = true;