timewall: 2.0.0 -> 2.0.1 (#423864)

Co-authored-by: bcyran <hello@cyran.dev>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-09 19:29:03 +00:00
committed by GitHub
co-authored by bcyran
+3 -3
View File
@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "timewall";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "bcyran";
repo = "timewall";
rev = version;
hash = "sha256-KUPy/mv6cV0BmvBcom+cCXk0s4Erz0hf5dg1i5QB0OE=";
hash = "sha256-+9C8wLsaPEfmJfnjyrUkTKMCNrgTRartrlFNq0/U+rA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-JOsCGHHbHx2yoFYdFWIYPHfgCfQjEtZA869+2OQ4jKA=";
cargoHash = "sha256-viUtr+F1aUE+ZXSa6P9PKRUkKxIYy006GilENdQvvMY=";
nativeBuildInputs = [
pkg-config