git-spice: 0.6.0 -> 0.7.0

This commit is contained in:
Vinny Meller 2024-10-09 21:49:13 -04:00
parent 8bca501bf3
commit ff935a11a9
No known key found for this signature in database
GPG Key ID: 36CBEC89D5C8540C

View File

@ -8,16 +8,16 @@
buildGo123Module rec {
pname = "git-spice";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "abhinav";
repo = "git-spice";
rev = "refs/tags/v${version}";
hash = "sha256-VODBN+3xDa+sGynhnWnnhPy0VEKPWOQeh2Ge75OTS0A=";
hash = "sha256-ap0ZGRDdHQMVYSk9J8vsZNpvaAwpHFmPT5REiCxYepQ=";
};
vendorHash = "sha256-irYXuh0KmCmeZ2fKNduu7zpVqDQmmR7H2bNTMa2zOjI=";
vendorHash = "sha256-YJ8OxmonnxNu4W17tD1Z7K625LCINlh6ZgoxOpmtNC0=";
subPackages = [ "." ];