forked from lix-project/nix-eval-jobs
Compare commits
2 commits
main
...
release-2.
Author | SHA1 | Date | |
---|---|---|---|
jade | 1f98b0c016 | ||
f1f4e068ba |
|
@ -11,7 +11,7 @@ let
|
|||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "nix-eval-jobs";
|
||||
version = "2.90.0-unstable";
|
||||
version = "2.91.0-unstable";
|
||||
src = if srcDir == null then filterMesonBuild ./. else srcDir;
|
||||
buildInputs = with pkgs; [
|
||||
nlohmann_json
|
||||
|
|
10
flake.lock
10
flake.lock
|
@ -47,15 +47,15 @@
|
|||
"pre-commit-hooks": "pre-commit-hooks"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1723577950,
|
||||
"narHash": "sha256-kOpGI9WPmte1L4QWHviuXsr8jxmGn27zwi82jtzYObM=",
|
||||
"rev": "b016eb0895bb6714a4f6530d9a2bb6577ac6c3cf",
|
||||
"lastModified": 1723503927,
|
||||
"narHash": "sha256-p2ZBGGLixOV2Hwz3FQoj/i+5/kzfyRc7fYbNcz5ddtE=",
|
||||
"rev": "4d04adf6ba170a6658414be121b48924813fdff4",
|
||||
"type": "tarball",
|
||||
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/b016eb0895bb6714a4f6530d9a2bb6577ac6c3cf.tar.gz?rev=b016eb0895bb6714a4f6530d9a2bb6577ac6c3cf"
|
||||
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/4d04adf6ba170a6658414be121b48924813fdff4.tar.gz?rev=4d04adf6ba170a6658414be121b48924813fdff4"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"
|
||||
"url": "https://git.lix.systems/lix-project/lix/archive/release-2.91.tar.gz"
|
||||
}
|
||||
},
|
||||
"nix-github-actions": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
inputs.nix-github-actions.url = "github:nix-community/nix-github-actions";
|
||||
inputs.nix-github-actions.inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.lix = {
|
||||
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
|
||||
url = "https://git.lix.systems/lix-project/lix/archive/release-2.91.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue