We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a75323 + dcc1dab commit 2abedfcCopy full SHA for 2abedfc
pkgs/by-name/ti/timewall/package.nix
@@ -9,17 +9,17 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "timewall";
12
- version = "1.3.0";
+ version = "1.5.0";
13
14
src = fetchFromGitHub {
15
owner = "bcyran";
16
repo = "timewall";
17
rev = version;
18
- hash = "sha256-B3pZCjl7Z78vAYYzceicwjmGfTbzYgrhpldUJnY8Aqs=";
+ hash = "sha256-ohJDaN29FG/WqkcvpbukWS37RiX2pXdkKMzNh+3NqAU=";
19
};
20
21
useFetchCargoVendor = true;
22
- cargoHash = "sha256-M7o2EKBVvx0RzPDwinHUJp20NHqcFwBO6QTRvGMfHa0=";
+ cargoHash = "sha256-Wg9bxzm5EJUazRUvFuPboQhZlqwWPuJ8UB9plgWUOO4=";
23
24
nativeBuildInputs = [ installShellFiles ];
25
0 commit comments