gptcommit: 0.5.7 -> 0.5.8

This commit is contained in:
R. Ryantm 2023-04-30 23:52:48 +00:00 committed by Yt
parent 2342425c0e
commit 8b3bc690e2

View file

@ -10,7 +10,7 @@
let let
pname = "gptcommit"; pname = "gptcommit";
version = "0.5.7"; version = "0.5.8";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
inherit pname version; inherit pname version;
@ -19,10 +19,10 @@ rustPlatform.buildRustPackage {
owner = "zurawiki"; owner = "zurawiki";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ymG0D/geYH0o4fBzggeJH41fwZnO3THUV8ipk5GfwQc="; sha256 = "sha256-K4A0np8+gpFpSU4jBv6PAw4RyUWmIB7dTgWvpy36CYY=";
}; };
cargoSha256 = "sha256-OiKuMbczyZ92x2rketRWNdYO2dTsJJo0cioKpxB9aAc="; cargoSha256 = "sha256-awztElsrJCUGUn2HcGpCkxUO/nEy8iZO22/fQtwAKdg=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];