lixPackageSets.lix_2_95: init at 2.95.1
This commit is contained in:
@@ -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