Fix q update
This commit is contained in:
parent
e3e42b207a
commit
f4b6e3358e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pkgs.buildGoModule rec {
|
||||||
owner = "natesales";
|
owner = "natesales";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-dJ+0AvqtlzaKsHd1brmQZ71Oryf6TU1SwACwQyaQrrY=";
|
sha256 = "sha256-kS3t4bAvxFoZBE5UMM5yJ0WbsN6MqkEYhkl8wiBJKQg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-jjhDD0qZh4QHjFO14+FsRFxEywByHB2gIxy/w3QOWBk=";
|
vendorSha256 = "sha256-jjhDD0qZh4QHjFO14+FsRFxEywByHB2gIxy/w3QOWBk=";
|
||||||
|
|
Loading…
Reference in a new issue