gutenberg: 0.3.1 -> 0.3.4 (#43513)
This commit is contained in:
parent
5ea799defc
commit
be2fc16104
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "gutenberg-${version}";
|
name = "gutenberg-${version}";
|
||||||
version = "0.3.1";
|
version = "0.3.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Keats";
|
owner = "Keats";
|
||||||
repo = "gutenberg";
|
repo = "gutenberg";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "03zhbwxp4dbqydiydx0hpp3vpg769zzn5i95h2sl868mpfia8gyd";
|
sha256 = "1v26q1m3bx7mdmmwgd6p601ncf13rr4rrx9s06fiy8vnd0ar1vlf";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0441lbmxx16aar6fn651ihk3psrx0lk3qdbbyih05xjlkkbk1qxs";
|
cargoSha256 = "0cdy0wvibkpnmlqwxvn02a2k2vqy6zdqzflj2dh6g1cjbz1j8qh5";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices cf-private ];
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices cf-private ];
|
||||||
|
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "An opinionated static site generator with everything built-in";
|
description = "An opinionated static site generator with everything built-in";
|
||||||
homepage = https://www.getgutenberg.io;
|
homepage = https://www.getgutenberg.io;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [];
|
maintainers = with maintainers; [ dywedir ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue