Update liqwid-libs
This commit is contained in:
parent
a5b50c7301
commit
763fc087a1
2 changed files with 9 additions and 26 deletions
32
flake.lock
generated
32
flake.lock
generated
|
|
@ -1437,23 +1437,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"easy-purescript-nix": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1666686938,
|
|
||||||
"narHash": "sha256-/UOLRdnEhIOcxcm5ouOipOiSgHRzJde0ccAx4xB1dnU=",
|
|
||||||
"owner": "justinwoo",
|
|
||||||
"repo": "easy-purescript-nix",
|
|
||||||
"rev": "da7acb2662961fd355f0a01a25bd32bf33577fa8",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "justinwoo",
|
|
||||||
"repo": "easy-purescript-nix",
|
|
||||||
"rev": "da7acb2662961fd355f0a01a25bd32bf33577fa8",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ema": {
|
"ema": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
@ -3615,17 +3598,17 @@
|
||||||
"ply": "ply"
|
"ply": "ply"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677208361,
|
"lastModified": 1678823448,
|
||||||
"narHash": "sha256-b+mflc7SI9Iwben5BGxJJZBLeCvIzc5s2zWTvgPIuzo=",
|
"narHash": "sha256-vdaA8lP0AlUIKLlWfwkLoqix3eMxvFP4cDWEeyoFHHM=",
|
||||||
"owner": "Liqwid-Labs",
|
"owner": "Liqwid-Labs",
|
||||||
"repo": "liqwid-libs",
|
"repo": "liqwid-libs",
|
||||||
"rev": "9d0ba961872c2691853ec5683fc3ee2c48b2cc6f",
|
"rev": "050b2b6a3ee29dbba5bd43c38786b2947f45b2cb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Liqwid-Labs",
|
"owner": "Liqwid-Labs",
|
||||||
"ref": "seungheonoh/bumpPly",
|
|
||||||
"repo": "liqwid-libs",
|
"repo": "liqwid-libs",
|
||||||
|
"rev": "050b2b6a3ee29dbba5bd43c38786b2947f45b2cb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -6297,7 +6280,6 @@
|
||||||
"ply": {
|
"ply": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"CHaP": "CHaP_2",
|
"CHaP": "CHaP_2",
|
||||||
"easy-purescript-nix": "easy-purescript-nix",
|
|
||||||
"flake-utils": "flake-utils_13",
|
"flake-utils": "flake-utils_13",
|
||||||
"haskellNix": "haskellNix",
|
"haskellNix": "haskellNix",
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
|
@ -6309,11 +6291,11 @@
|
||||||
"pre-commit-hooks": "pre-commit-hooks"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1676952116,
|
"lastModified": 1677814602,
|
||||||
"narHash": "sha256-BuiXDtCxOZQCs0hHhBtHGNBIxFTZxbSSp+f0U8kP/+c=",
|
"narHash": "sha256-evpKJ5aWZGlr1Y5xV9chmG6D/Vx2OdAjzBdLtctXPXo=",
|
||||||
"owner": "liqwid-labs",
|
"owner": "liqwid-labs",
|
||||||
"repo": "ply",
|
"repo": "ply",
|
||||||
"rev": "623c017d2867147022283c6d4f6886a77bced09e",
|
"rev": "8e686d78cd5a498df577376a502b49efa3e06fd8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,8 @@
|
||||||
inputs.nixpkgs-latest.follows = "nixpkgs-latest";
|
inputs.nixpkgs-latest.follows = "nixpkgs-latest";
|
||||||
};
|
};
|
||||||
|
|
||||||
liqwid-libs.url = "github:Liqwid-Labs/liqwid-libs?ref=seungheonoh/bumpPly";
|
liqwid-libs.url =
|
||||||
|
"github:Liqwid-Labs/liqwid-libs?rev=050b2b6a3ee29dbba5bd43c38786b2947f45b2cb";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ self, flake-parts, ... }:
|
outputs = inputs@{ self, flake-parts, ... }:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue