turso-cli: 0.87.4 -> 0.87.6
This commit is contained in:
parent
0c4e2b6648
commit
08dc6820de
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
|||
}:
|
||||
buildGo121Module rec {
|
||||
pname = "turso-cli";
|
||||
version = "0.87.4";
|
||||
version = "0.87.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tursodatabase";
|
||||
repo = "turso-cli";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-e5HuDWMmikTlWC2ezZ5zxxKYFlgz9jrpHtNfIwSiiok=";
|
||||
hash = "sha256-LQBAq7U9+6LCkIsA9mvyBUz3vXN/lYdzKHvca4JdxE0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-EcWhpx93n+FzkXDOHwAxhn13qR4n9jLFeaKoe49x1x4=";
|
||||
|
|
Loading…
Reference in a new issue