Commit 62b9c6cb authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

gptcommit: 0.5.6 -> 0.5.7

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

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

  cargoSha256 = "sha256-625OFsFNNwILAFUC5eWcNETt7F1KpYE1N/Gf8pv9Gbw=";
  cargoSha256 = "sha256-OiKuMbczyZ92x2rketRWNdYO2dTsJJo0cioKpxB9aAc=";

  nativeBuildInputs = [ pkg-config ];