Skip to content

Commit

Permalink
Merge pull request #182790 from pinpox/zola-update
Browse files Browse the repository at this point in the history
zola: 0.15.3 -> 0.16.0
  • Loading branch information
0x4A6F authored Jul 25, 2022
2 parents b50bf67 + a23c7cf commit 98b6b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/zola/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
pname = "zola";
version = "0.15.3";
version = "0.16.0";

src = fetchFromGitHub {
owner = "getzola";
repo = "zola";
rev = "v${version}";
sha256 = "sha256-LK8twqWaS+SQ3oqvMGE7oP/IJNLvQ45Pu92pkbSKzDs=";
sha256 = "sha256-FrCpHavlHf4/g96G7cY0Rymxqi73XUCIAYp4cm//2Ic=";
};

cargoSha256 = "sha256-7W0vjbAWZl/eKBZvUWWWolEOh8aQeKegt823EebcKMQ=";
cargoSha256 = "sha256-c6SbQasgpOyqVninAo104oYo1CXpiECZvsB1gxrD7wM=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 98b6b4d

Please sign in to comment.