We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ee0544 + e4bbbe7 commit 9eb1533Copy full SHA for 9eb1533
pkgs/by-name/st/stackit-cli/package.nix
@@ -12,16 +12,16 @@
12
13
buildGoModule rec {
14
pname = "stackit-cli";
15
- version = "0.39.1";
+ version = "0.40.1";
16
17
src = fetchFromGitHub {
18
owner = "stackitcloud";
19
repo = "stackit-cli";
20
rev = "v${version}";
21
- hash = "sha256-6Y71KglFPfecbrXwczsrEdoVECOP8C/Mt021H6nQrvE=";
+ hash = "sha256-a2EVUCLmIAgXmQeDLPIgEKqFFebwpu/p94OkwOuiBuc=";
22
};
23
24
- vendorHash = "sha256-Vz8jcbp3HzzgfzHFeEYPeGg0lmElPbm2hpHWNVhTQa0=";
+ vendorHash = "sha256-C5BsCfekQGhPtVKTgZVSHbkyeH4i5QrfXxN6KRutNpo=";
25
26
subPackages = [ "." ];
27
0 commit comments