Commit 8b3bc690 authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

gptcommit: 0.5.7 -> 0.5.8

parent 2342425c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

let
  pname = "gptcommit";
  version = "0.5.7";
  version = "0.5.8";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -19,10 +19,10 @@ rustPlatform.buildRustPackage {
    owner = "zurawiki";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ymG0D/geYH0o4fBzggeJH41fwZnO3THUV8ipk5GfwQc=";
    sha256 = "sha256-K4A0np8+gpFpSU4jBv6PAw4RyUWmIB7dTgWvpy36CYY=";
  };

  cargoSha256 = "sha256-OiKuMbczyZ92x2rketRWNdYO2dTsJJo0cioKpxB9aAc=";
  cargoSha256 = "sha256-awztElsrJCUGUn2HcGpCkxUO/nEy8iZO22/fQtwAKdg=";

  nativeBuildInputs = [ pkg-config ];