mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 12:57:29 +00:00
Merge pull request #253811 from fabaff/qovery-cli-bump
qovery-cli: 0.68.0 -> 0.68.1
This commit is contained in:
commit
76af509850
@ -8,13 +8,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "qovery-cli";
|
||||
version = "0.68.0";
|
||||
version = "0.68.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Qovery";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-iurfG1g1I7ufraBLkbLATyM3SPfO5RhVF3k6SjExWUI=";
|
||||
hash = "sha256-9xTX4y+05haMh6solpPpx7y9yG5H1YcWF+Cf8Sdbu+E=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-U/yV+6WV8Oc0gLcYFyfOeBzzJdNwyyBk3jPRkH3LUrc=";
|
||||
|
Loading…
Reference in New Issue
Block a user