timewall: 2.0.2 -> 2.1.0

This commit is contained in:
R. Ryantm
2026-02-23 05:58:59 +00:00
parent 2d52ed7a32
commit 644343fb4b
+3 -3
View File
@@ -9,16 +9,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "timewall";
version = "2.0.2";
version = "2.1.0";
src = fetchFromGitHub {
owner = "bcyran";
repo = "timewall";
tag = finalAttrs.version;
hash = "sha256-+jQ8cQENxTgCyekF65tr4d2a7OwbJvagUX01DiJ8ytg=";
hash = "sha256-6tcIFdDJ297EbP/2wF1AR95Gb4z5ygbjNIT94ccIgxQ=";
};
cargoHash = "sha256-HjwBpUhepF2bGQvzIMrNuwjNuh48V+Uv9eS4/ZbxT1c=";
cargoHash = "sha256-hM8sTzYqoybSO3I2cwUpQE0YOO9PEBNYndR1o1+Bx/U=";
nativeBuildInputs = [
pkg-config