···2233rustPlatform.buildRustPackage rec {
44 pname = "zola";
55- version = "unstable-2021-07-14";
55+ version = "0.14.0";
6677 src = fetchFromGitHub {
88 owner = "getzola";
99 repo = pname;
1010- # unstable because the latest release fails to build
1111- rev = "312ffcb04c06c5f157b9fd2b944b858703238592";
1212- sha256 = "0i5zqs1gwxhvsynb540c3azfi4357igr4i5p0bi3h7ras2asas8w";
1010+ rev = "v${version}";
1111+ sha256 = "1mvin6pfqhsfhaifivbdi6qcn0dsa98w83m1n51q807gh4l1k2yj";
1312 };
14131515- cargoSha256 = "0g5z0s837cfwzral2zz0avp0xywyaa3l1adxg520qrnga7z0kbh8";
1414+ cargoSha256 = "02bk399c7x15a5rkaz7ik65yihkfbjn1q46gx7l8hycqq7xb0xmg";
16151716 nativeBuildInputs = [ cmake pkg-config installShellFiles];
1817 buildInputs = [ openssl oniguruma ]
···3029 meta = with lib; {
3130 description = "A fast static site generator with everything built-in";
3231 homepage = "https://www.getzola.org/";
3232+ changelog = "https://github.com/getzola/zola/raw/v${version}/CHANGELOG.md";
3333 license = licenses.mit;
3434 maintainers = with maintainers; [ dandellion dywedir _0x4A6F ];
3535 # set because of unstable-* version
-3
pkgs/top-level/all-packages.nix
···28702287022870328703 zola = callPackage ../applications/misc/zola {
2870428704 inherit (darwin.apple_sdk.frameworks) CoreServices;
2870528705- # Version 0.13.0 has the lexical_core 0.7.4 dependency that doesn't build
2870628706- # with rust 1.53. This should be fixed in the next version.
2870728707- rustPlatform = rustPackages_1_45.rustPlatform;
2870828705 };
28709287062871028707 zombietrackergps = libsForQt5.callPackage ../applications/gis/zombietrackergps { };