git-spice: 0.14.1 -> 0.15.1

This commit is contained in:
R. Ryantm 2025-07-02 17:48:38 +00:00
parent e6ff9e9481
commit 075dc04240

View File

@ -10,16 +10,16 @@
buildGo124Module rec {
pname = "git-spice";
version = "0.14.1";
version = "0.15.1";
src = fetchFromGitHub {
owner = "abhinav";
repo = "git-spice";
tag = "v${version}";
hash = "sha256-Le33Ri2mt6ccTpC0GN0TLtQKqN/cGD2Rt8ZG56lnjtI=";
hash = "sha256-mx34JGgY6qKhPdZVs1Z9gVO/VhHnFrl6TThq5dEz/zc=";
};
vendorHash = "sha256-ccFt9T/p//ABMK/SuHKKnQJZH8yM0yRzYm/cON4I6CQ=";
vendorHash = "sha256-uh4GUkfWo12pYQD/Mpw+EWwmukHUpxOii7DTu6C84zo=";
subPackages = [ "." ];