git-spice: 0.3.0 -> 0.3.1

This commit is contained in:
Vinny Meller 2024-07-30 22:25:47 -04:00
parent 6af099e160
commit 0bcd07eaf4
No known key found for this signature in database
GPG Key ID: 36CBEC89D5C8540C

View File

@ -8,16 +8,16 @@
buildGoModule rec { buildGoModule rec {
pname = "git-spice"; pname = "git-spice";
version = "0.3.0"; version = "0.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "abhinav"; owner = "abhinav";
repo = "git-spice"; repo = "git-spice";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-BYIq+12piA0WgfwVSB6P6CKC81icAY/P4/pv2ZMj5N8="; hash = "sha256-jBEoNfj3rGNqZaNJfJUZzXFmvmLUp2biHbk6E2C/Dww=";
}; };
vendorHash = "sha256-AIqy0OQsYRStbFLv2L8m4R0k1tr5fVM1FeMFn90yFoY="; vendorHash = "sha256-2SEFXjO6o6Hh1gmds/pIRwulyiSy6wxE/5wJnKcdX6A=";
subPackages = [ "." ]; subPackages = [ "." ];