lixPackageSets.lix_2_94.lix: 2.94.0 -> 2.94.1, lixPackageSets.lix_2_95: init at 2.95.1 (#500176)
This commit is contained in:
@@ -367,7 +367,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
lib.optionals
|
||||
(stdenv.hostPlatform.isLinux && finalAttrs.doInstallCheck && lib.versionAtLeast version "2.95")
|
||||
[
|
||||
(lib.mesonOption "build-test-env" "${pkgsStatic.busybox}/bin")
|
||||
(lib.mesonOption "build-test-env" (
|
||||
lib.makeBinPath [
|
||||
pkgsStatic.busybox
|
||||
pkgsStatic.acl
|
||||
]
|
||||
))
|
||||
(lib.mesonOption "build-test-shell" "${pkgsStatic.bash}/bin")
|
||||
]
|
||||
++ lib.optionals (lib.versionAtLeast version "2.95") [
|
||||
|
||||
@@ -238,14 +238,14 @@ lib.makeExtensible (
|
||||
attrName = "lix_2_94";
|
||||
|
||||
lix-args = rec {
|
||||
version = "2.94.0";
|
||||
version = "2.94.1";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "git.lix.systems";
|
||||
owner = "lix-project";
|
||||
repo = "lix";
|
||||
rev = version;
|
||||
hash = "sha256-X6X3NhgLnpkgWUbLs0nLjusNx/el3L1EkVm6OHqY2z8=";
|
||||
hash = "sha256-+VJmizrdZPygtffgS/yfMb4PkZUUK5JmyGGzn0GPsKc=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
@@ -258,6 +258,28 @@ lib.makeExtensible (
|
||||
};
|
||||
};
|
||||
|
||||
lix_2_95 = self.makeLixScope {
|
||||
attrName = "lix_2_95";
|
||||
|
||||
lix-args = rec {
|
||||
version = "2.95.1";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "git.lix.systems";
|
||||
owner = "lix-project";
|
||||
repo = "lix";
|
||||
rev = version;
|
||||
hash = "sha256-eZEynXdDcrjDMjGVfDhFJJrU5ENal7wlx7bn/wkggTg=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
name = "lix-${version}";
|
||||
inherit src;
|
||||
hash = "sha256-a5XtutX+NS4wOqxeqbscWZMs99teKick5+cQfbCRGxQ=";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
git = self.makeLixScope {
|
||||
attrName = "git";
|
||||
|
||||
@@ -280,7 +302,7 @@ lib.makeExtensible (
|
||||
};
|
||||
};
|
||||
|
||||
latest = self.lix_2_94;
|
||||
latest = self.lix_2_95;
|
||||
|
||||
stable = self.lix_2_94;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user