Unverified Commit 35bb7d47 authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files

lixPackageSets.lix_2_95: init at 2.95.1

parent 5a66f754
Loading
Loading
Loading
Loading
+23 −1
Original line number Diff line number Diff line
@@ -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;