Skip to content

Commit

Permalink
gptcommit: 0.5.16 -> 0.5.17 (#348174)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 13, 2024
2 parents 1320986 + 2dac67a commit ed018fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 69 deletions.
60 changes: 0 additions & 60 deletions pkgs/development/tools/gptcommit/0001-update-time.patch

This file was deleted.

12 changes: 3 additions & 9 deletions pkgs/development/tools/gptcommit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

let
pname = "gptcommit";
version = "0.5.16";
version = "0.5.17";
in
rustPlatform.buildRustPackage {
inherit pname version;
Expand All @@ -20,16 +20,10 @@ rustPlatform.buildRustPackage {
owner = "zurawiki";
repo = pname;
rev = "v${version}";
hash = "sha256-JhMkK2zw3VL9o7j8DJmjY/im+GyCjfV2TJI3GDo8T8c=";
hash = "sha256-MB78QsJA90Au0bCUXfkcjnvfPagTPZwFhFVqxix+Clw=";
};

cargoPatches = [
# Bump `time` and friends to fix compilation with rust 1.80.
# See https://github.com/NixOS/nixpkgs/issues/332957
./0001-update-time.patch
];

cargoHash = "sha256-0UAttCCbSH91Dn7IvEX+Klp/bSYZM4rml7/dD3a208A=";
cargoHash = "sha256-F4nabUeQZMnmSNC8KlHjx3IcyR2Xn36kovabmJ6g1zo=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit ed018fb

Please sign in to comment.