timewall: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm 2025-07-09 18:40:19 +00:00
parent 3d76db8a09
commit f0e486b3c7

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