···
16
-
rev = "v${version}";
17
-
hash = "sha256-rY9xWqJ+2Yfs6VRHTF89LmuEruAavDI7MgBm4UFEuBs=";
16
+
tag = "v${version}";
17
+
hash = "sha256-UoTbw5QW9HpGDWHOC0Wv/4FaTKWEztHRp/XAOatqqjs=";
20
-
vendorHash = "sha256-Cz+w0tOEamCxf61hvQ03X/kXPY+qrmdBN8s26lr/wZ8=";
20
+
vendorHash = "sha256-AJd/QVL+ZoLORqeYrC/WkRtggYd3nhg8AEZ9Gb1j2tQ=";
nativeBuildInputs = [ installShellFiles ];
···
touch build/ui/index.html
···
36
-
"github.com/zarf-dev/zarf/src/config.CLIVersion=${src.rev}"
37
+
"github.com/zarf-dev/zarf/src/config.CLIVersion=${src.tag}"
38
-
"k8s.io/component-base/version.gitVersion=v0.0.0+zarf${src.rev}"
39
+
"k8s.io/component-base/version.gitVersion=v0.0.0+zarf${src.tag}"
40
-
"k8s.io/component-base/version.gitCommit=${src.rev}"
41
+
"k8s.io/component-base/version.gitCommit=${src.tag}"
"k8s.io/component-base/version.buildDate=1970-01-01T00:00:00Z"
···
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
export K9S_LOGS_DIR=$(mktemp -d)
installShellCompletion --cmd zarf \
48
-
--bash <($out/bin/zarf completion --no-log-file bash) \
49
-
--fish <($out/bin/zarf completion --no-log-file fish) \
50
-
--zsh <($out/bin/zarf completion --no-log-file zsh)
49
+
--bash <($out/bin/zarf completion bash) \
50
+
--fish <($out/bin/zarf completion fish) \
51
+
--zsh <($out/bin/zarf completion zsh)
···
homepage = "https://zarf.dev";
license = licenses.asl20;
58
-
maintainers = with maintainers; [ ragingpastry ];
59
+
maintainers = with maintainers; [