Compare commits
2 Commits
46ac917317
...
5b3b1d905e
Author | SHA1 | Date | |
---|---|---|---|
5b3b1d905e | |||
675e7af846 |
@ -254,6 +254,9 @@ EOF";
|
|||||||
podman = unstablePkgs.podman;
|
podman = unstablePkgs.podman;
|
||||||
podman-compose = unstablePkgs.podman-compose;
|
podman-compose = unstablePkgs.podman-compose;
|
||||||
sc-im = unstablePkgs.sc-im;
|
sc-im = unstablePkgs.sc-im;
|
||||||
|
gnumeric = prev.gnumeric.overrideAttrs(oldAttrs: {
|
||||||
|
meta.broken = false;
|
||||||
|
});
|
||||||
})
|
})
|
||||||
rust-overlay
|
rust-overlay
|
||||||
];
|
];
|
||||||
@ -330,6 +333,7 @@ EOF";
|
|||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
sc-im
|
sc-im
|
||||||
|
gnumeric
|
||||||
#ocaml
|
#ocaml
|
||||||
#opam
|
#opam
|
||||||
unstablePkgs.vector
|
unstablePkgs.vector
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "VictoriaMetrics";
|
pname = "VictoriaMetrics";
|
||||||
version = "0.17.0-victorialogs";
|
version = "0.28.0-victorialogs";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Ps55tCEw2UQch7yKJ1zYEtEE6fEE0ahhIiagt/hFxpo=";
|
hash = "sha256-QCBUvUABx/+85HEfhDbuCHiVgP3lNBUdJ2BnspvRFHE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
@ -26,7 +26,7 @@ buildGoModule rec {
|
|||||||
|
|
||||||
# allow any go 1.22 version
|
# allow any go 1.22 version
|
||||||
substituteInPlace go.mod \
|
substituteInPlace go.mod \
|
||||||
--replace "go 1.22.4" "go 1.22"
|
--replace-fail "go 1.22.5" "go 1.22"
|
||||||
|
|
||||||
# Increase timeouts in tests to prevent failure on heavily loaded builders
|
# Increase timeouts in tests to prevent failure on heavily loaded builders
|
||||||
substituteInPlace lib/storage/storage_test.go \
|
substituteInPlace lib/storage/storage_test.go \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user