Skip to content

Commit

Permalink
git-spice: 0.5.2 -> 0.6.0 (NixOS#342569)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer authored Sep 18, 2024
2 parents 9fab8f4 + 89186c3 commit 47581c2
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pkgs/by-name/gi/git-spice/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
lib,
fetchpatch,
buildGo123Module,
fetchFromGitHub,
git,
Expand All @@ -9,24 +8,16 @@

buildGo123Module rec {
pname = "git-spice";
version = "0.5.2";
version = "0.6.0";

src = fetchFromGitHub {
owner = "abhinav";
repo = "git-spice";
rev = "refs/tags/v${version}";
hash = "sha256-ftNLe/3akvk6nUrseBqpbJQSiUPEJO6cTEc7uEBKX3k=";
hash = "sha256-VODBN+3xDa+sGynhnWnnhPy0VEKPWOQeh2Ge75OTS0A=";
};

vendorHash = "sha256-f7bjlTVwCFoQrgbeyAvsVAS6vy5uE/AvMGKEutE1lfs=";

# Fixes flaky test. Remove next release.
patches = [
(fetchpatch {
url = "https://github.com/abhinav/git-spice/commit/92c28474bab81881443129e4a8e9bfc3f1564931.patch";
hash = "sha256-6v++jG7Wm6awqHRiNzwjX25BB8X9yGYhSzcUDNQKJ7k=";
})
];
vendorHash = "sha256-irYXuh0KmCmeZ2fKNduu7zpVqDQmmR7H2bNTMa2zOjI=";

subPackages = [ "." ];

Expand Down

0 comments on commit 47581c2

Please sign in to comment.