Skip to content

Commit fc9d82a

Browse files
committed
zola: 0.17.1 -> 0.17.2
1 parent d384095 commit fc9d82a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/applications/misc/zola/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515

1616
rustPlatform.buildRustPackage rec {
1717
pname = "zola";
18-
version = "0.17.1";
18+
version = "0.17.2";
1919

2020
src = fetchFromGitHub {
2121
owner = "getzola";
2222
repo = "zola";
2323
rev = "v${version}";
24-
hash = "sha256-+q6arKZjHVstnbPQhmuxdj/kCPTFf9L0jZYlPS+lksk=";
24+
hash = "sha256-br7VpxkVMZ/TgwMaFbnVMOw9RemNjur/UYnloMoDzHs=";
2525
};
2626

27-
cargoHash = "sha256-mS+yQD7ggQJ/6TYgL54+lLsUbKQaZX9oxT2/GaFoWyI=";
27+
cargoHash = "sha256-AAub8UwAvX3zNX+SM/T9biyNxFTgfqUQG/MUGfwWuno=";
2828

2929
nativeBuildInputs = [
3030
cmake

0 commit comments

Comments
 (0)