Compare commits

..

No commits in common. "5b3b1d905e62020a525200809cba520b625e8ebd" and "46ac91731784798aa8db1e1a1c5ef7815f407949" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

@ -254,9 +254,6 @@ EOF";
podman = unstablePkgs.podman;
podman-compose = unstablePkgs.podman-compose;
sc-im = unstablePkgs.sc-im;
gnumeric = prev.gnumeric.overrideAttrs(oldAttrs: {
meta.broken = false;
});
})
rust-overlay
];
@ -333,7 +330,6 @@ EOF";
ripgrep
fd
sc-im
gnumeric
#ocaml
#opam
unstablePkgs.vector

View File

@ -2,13 +2,13 @@
with pkgs;
buildGoModule rec {
pname = "VictoriaMetrics";
version = "0.28.0-victorialogs";
version = "0.17.0-victorialogs";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-QCBUvUABx/+85HEfhDbuCHiVgP3lNBUdJ2BnspvRFHE=";
hash = "sha256-Ps55tCEw2UQch7yKJ1zYEtEE6fEE0ahhIiagt/hFxpo=";
};
vendorHash = null;
@ -26,7 +26,7 @@ buildGoModule rec {
# allow any go 1.22 version
substituteInPlace go.mod \
--replace-fail "go 1.22.5" "go 1.22"
--replace "go 1.22.4" "go 1.22"
# Increase timeouts in tests to prevent failure on heavily loaded builders
substituteInPlace lib/storage/storage_test.go \