Skip to content

Commit dcc1dab

Browse files
committed
timewall: 1.3.0 -> 1.5.0
1 parent 42a3153 commit dcc1dab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ti/timewall/package.nix

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

1010
rustPlatform.buildRustPackage rec {
1111
pname = "timewall";
12-
version = "1.3.0";
12+
version = "1.5.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "bcyran";
1616
repo = "timewall";
1717
rev = version;
18-
hash = "sha256-B3pZCjl7Z78vAYYzceicwjmGfTbzYgrhpldUJnY8Aqs=";
18+
hash = "sha256-ohJDaN29FG/WqkcvpbukWS37RiX2pXdkKMzNh+3NqAU=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-M7o2EKBVvx0RzPDwinHUJp20NHqcFwBO6QTRvGMfHa0=";
22+
cargoHash = "sha256-Wg9bxzm5EJUazRUvFuPboQhZlqwWPuJ8UB9plgWUOO4=";
2323

2424
nativeBuildInputs = [ installShellFiles ];
2525

0 commit comments

Comments
 (0)