git-spice: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2025-05-02 22:36:24 +00:00
parent b539370717
commit 5b19ff72b0

View File

@ -10,16 +10,16 @@
buildGo124Module rec {
pname = "git-spice";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "abhinav";
repo = "git-spice";
tag = "v${version}";
hash = "sha256-ew0ehaYXJgc1ePdQCxxfahBdTs5zsiHDfB4SdS2WZ8A=";
hash = "sha256-hqdU0j7H3hhhjGV4lmluG1D6NXNqI80d9gGr5KJ9D+Q=";
};
vendorHash = "sha256-jlCNcjACtms9kI4Lo8AtUfxqODyv4U2nJITGpBNxk9I=";
vendorHash = "sha256-Wi/NNqHnHrfikO0EWDXNdTjPmgHrGSs2k612c0w8OA8=";
subPackages = [ "." ];