Merge pull request #248221 from r-ryantm/auto-update/gptcommit

gptcommit: 0.5.10 -> 0.5.11
This commit is contained in:
Nick Cao
2023-08-09 17:59:25 -06:00
committed by GitHub
+3 -3
View File
@@ -10,7 +10,7 @@
let
pname = "gptcommit";
version = "0.5.10";
version = "0.5.11";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -19,10 +19,10 @@ rustPlatform.buildRustPackage {
owner = "zurawiki";
repo = pname;
rev = "v${version}";
sha256 = "sha256-W4AUP4OQCHWJ3BbuD7N9CowF4tPi9f1fmYZnAbG9Rq8=";
sha256 = "sha256-UUiqIwvZHV+WhzRc05sW/R3V+6ovL8+WoDOzz4chCq0=";
};
cargoSha256 = "sha256-KUM3ZV9pfR/kUktO2mk9uYpTscBwzAi2APHXBb0GH+U=";
cargoSha256 = "sha256-YoNC1kaYItpnn9tzRh61Hn58XbA/LPWokqdbPDD3sq4=";
nativeBuildInputs = [ pkg-config ];