snowflake/flake.lock

581 lines
15 KiB
Plaintext
Raw Normal View History

2022-12-06 01:24:54 -05:00
{
"nodes": {
2023-06-12 00:04:26 -04:00
"crane": {
"inputs": {
2023-10-03 14:23:57 -04:00
"flake-compat": "flake-compat_2",
"flake-utils": "flake-utils",
2023-07-30 14:40:56 -04:00
"nixpkgs": [
"ironbar",
"nixpkgs"
],
2023-10-03 14:23:57 -04:00
"rust-overlay": "rust-overlay"
2023-07-30 14:40:56 -04:00
},
"locked": {
"lastModified": 1695511445,
"narHash": "sha256-mnE14re43v3/Jc50Jv0BKPMtEk7FEtDSligP6B5HwlI=",
2023-07-30 14:40:56 -04:00
"owner": "ipetkov",
"repo": "crane",
"rev": "3de322e06fc88ada5e3589dc8a375b73e749f512",
2023-07-30 14:40:56 -04:00
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
2023-06-12 00:04:26 -04:00
"deploy-rs": {
"inputs": {
2023-10-03 14:23:57 -04:00
"flake-compat": "flake-compat",
2023-05-16 21:10:57 -04:00
"nixpkgs": [
"nixpkgs"
],
2023-04-26 17:34:08 -04:00
"utils": "utils"
},
"locked": {
2023-09-23 20:58:02 -04:00
"lastModified": 1695052866,
"narHash": "sha256-agn7F9Oww4oU6nPiw+YiYI9Xb4vOOE73w8PAoBRP4AA=",
2023-04-26 17:34:08 -04:00
"owner": "serokell",
"repo": "deploy-rs",
2023-09-23 20:58:02 -04:00
"rev": "e3f41832680801d0ee9e2ed33eb63af398b090e9",
2023-04-26 17:34:08 -04:00
"type": "github"
},
"original": {
"owner": "serokell",
"repo": "deploy-rs",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1668681692,
"narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "009399224d5e398d03b22badca40a37ac85412a1",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2023-10-03 14:23:57 -04:00
"flake-compat_2": {
2023-07-30 14:40:56 -04:00
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2023-09-24 17:17:33 -04:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1693611461,
"narHash": "sha256-aPODl8vAgGQ0ZYFIRisxYG5MOGSkIczvu2Cd8Gb9+1Y=",
2023-09-24 17:17:33 -04:00
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "7f53fdb7bdc5bb237da7fefef12d099e4fd611ca",
2023-09-24 17:17:33 -04:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2023-06-06 05:09:22 -04:00
"flake-utils": {
"inputs": {
2023-08-29 17:48:36 -04:00
"systems": "systems_2"
2023-06-06 05:09:22 -04:00
},
2023-07-30 14:40:56 -04:00
"locked": {
"lastModified": 1694529238,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
2023-07-30 14:40:56 -04:00
"owner": "numtide",
"repo": "flake-utils",
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
2023-07-30 14:40:56 -04:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-10-03 14:23:57 -04:00
"flake-utils_2": {
2023-07-30 14:40:56 -04:00
"inputs": {
2023-08-29 17:48:36 -04:00
"systems": "systems_3"
2023-07-30 14:40:56 -04:00
},
2023-06-06 05:09:22 -04:00
"locked": {
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2022-12-06 01:24:54 -05:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
2022-12-06 01:24:54 -05:00
},
"locked": {
2023-10-07 22:00:10 -04:00
"lastModified": 1696635169,
"narHash": "sha256-gOjLe7maQ58erN/9ykb6d2ePAU7QAT1D8u7qin9gt+c=",
2022-12-06 01:24:54 -05:00
"owner": "nix-community",
"repo": "home-manager",
2023-10-07 22:00:10 -04:00
"rev": "b2a2133c9a0b0aa4d06d72b5891275f263ee08df",
2022-12-06 01:24:54 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2023-08-29 17:48:36 -04:00
"hyprland": {
"inputs": {
"hyprland-protocols": "hyprland-protocols",
"nixpkgs": [
"nixpkgs"
],
"systems": "systems",
"wlroots": "wlroots",
"xdph": "xdph"
},
"locked": {
2023-10-07 22:00:10 -04:00
"lastModified": 1696690533,
"narHash": "sha256-qFqBLiNefLsnwu/19Xxsn+UienE1Wde+3doY1MRGeJ4=",
2023-08-29 17:48:36 -04:00
"owner": "hyprwm",
"repo": "Hyprland",
2023-10-07 22:00:10 -04:00
"rev": "728a8bb48e0f7de1cbe1ad13fb469754c3d0bc97",
2023-08-29 17:48:36 -04:00
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "Hyprland",
"type": "github"
}
},
"hyprland-protocols": {
"inputs": {
"nixpkgs": [
"hyprland",
"nixpkgs"
],
"systems": [
"hyprland",
"systems"
]
},
"locked": {
"lastModified": 1691753796,
"narHash": "sha256-zOEwiWoXk3j3+EoF3ySUJmberFewWlagvewDRuWYAso=",
"owner": "hyprwm",
"repo": "hyprland-protocols",
"rev": "0c2ce70625cb30aef199cb388f99e19a61a6ce03",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprland-protocols",
"type": "github"
}
},
2023-06-06 05:09:22 -04:00
"ironbar": {
"inputs": {
2023-10-03 14:23:57 -04:00
"crane": "crane",
2023-07-30 14:40:56 -04:00
"naersk": "naersk",
2023-06-06 05:09:22 -04:00
"nixpkgs": [
"nixpkgs"
],
2023-10-03 14:23:57 -04:00
"rust-overlay": "rust-overlay_2"
2023-06-06 05:09:22 -04:00
},
"locked": {
"lastModified": 1696275091,
"narHash": "sha256-6/bnExKrZJ9GvveJwTdjIWHuJY0n8Y1pyqnsq5/4xP0=",
2023-06-06 05:09:22 -04:00
"owner": "JakeStanger",
"repo": "ironbar",
"rev": "abbd3ab62339a3ac9665dbaf7b66c23f0ae7bc64",
2023-06-06 05:09:22 -04:00
"type": "github"
},
"original": {
"owner": "JakeStanger",
"repo": "ironbar",
"type": "github"
}
},
2023-09-29 19:54:11 -04:00
"matugen": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1695891200,
"narHash": "sha256-E9GbsKXRWRi47oDbO4Yj0Ydkyav923itbT15to+ExkY=",
"owner": "InioX",
"repo": "Matugen",
"rev": "10a8a9069bd2afdb00ba3c6445e01292e25bc890",
"type": "github"
},
"original": {
"owner": "InioX",
"repo": "Matugen",
"type": "github"
}
},
2023-07-30 14:40:56 -04:00
"naersk": {
"inputs": {
"nixpkgs": "nixpkgs"
},
2022-12-06 01:24:54 -05:00
"locked": {
"lastModified": 1694081375,
"narHash": "sha256-vzJXOUnmkMCm3xw8yfPP5m8kypQ3BhAIRe4RRCWpzy8=",
2023-07-30 14:40:56 -04:00
"owner": "nix-community",
"repo": "naersk",
"rev": "3f976d822b7b37fc6fb8e6f157c2dd05e7e94e89",
2022-12-06 01:24:54 -05:00
"type": "github"
},
"original": {
2023-07-30 14:40:56 -04:00
"owner": "nix-community",
"repo": "naersk",
2022-12-06 01:24:54 -05:00
"type": "github"
}
},
2023-09-24 17:17:33 -04:00
"nh": {
"inputs": {
"flake-parts": "flake-parts",
"nix-filter": "nix-filter",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1696149398,
"narHash": "sha256-RwlAyww4bzeu2ndeQoScelYtlYiSxPdCn70R+xGdZBc=",
2023-09-24 17:17:33 -04:00
"owner": "viperML",
"repo": "nh",
"rev": "2985f5a45d6f3e1a9d8d3ca5c777ef1bc9c7fbd1",
2023-09-24 17:17:33 -04:00
"type": "github"
},
"original": {
"owner": "viperML",
"repo": "nh",
"type": "github"
}
},
"nix-filter": {
"locked": {
"lastModified": 1694857738,
"narHash": "sha256-bxxNyLHjhu0N8T3REINXQ2ZkJco0ABFPn6PIe2QUfqo=",
2023-09-24 17:17:33 -04:00
"owner": "numtide",
"repo": "nix-filter",
"rev": "41fd48e00c22b4ced525af521ead8792402de0ea",
2023-09-24 17:17:33 -04:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "nix-filter",
"type": "github"
}
},
2023-09-24 13:39:33 -04:00
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1696131323,
"narHash": "sha256-Y47r8Jo+9rs+XUWHcDPZtkQs6wFeZ24L4CQTfVwE+vY=",
2023-09-24 13:39:33 -04:00
"owner": "Mic92",
"repo": "nix-index-database",
"rev": "031d4b22505fdea47bd53bfafad517cd03c26a4f",
2023-09-24 13:39:33 -04:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "nix-index-database",
"type": "github"
}
},
2023-07-30 14:40:56 -04:00
"nixpkgs": {
"locked": {
"lastModified": 1695978539,
"narHash": "sha256-lta5HToBZMWZ2hl5CautNSUgIZViR41QxN7JKbMAjgQ=",
2023-08-05 01:15:47 -04:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "bd9b686c0168041aea600222be0805a0de6e6ab8",
2023-08-05 01:15:47 -04:00
"type": "github"
2023-07-30 14:40:56 -04:00
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
2023-09-24 17:17:33 -04:00
"nixpkgs-lib": {
"locked": {
"dir": "lib",
"lastModified": 1693471703,
"narHash": "sha256-0l03ZBL8P1P6z8MaSDS/MvuU8E75rVxe5eE1N6gxeTo=",
2023-09-24 17:17:33 -04:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3e52e76b70d5508f3cec70b882a29199f4d1ee85",
2023-09-24 17:17:33 -04:00
"type": "github"
},
"original": {
"dir": "lib",
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2023-05-16 21:10:57 -04:00
"nixpkgs-stable": {
2023-04-26 17:34:08 -04:00
"locked": {
"lastModified": 1696123266,
"narHash": "sha256-S6MZEneQeE4M/E/C8SMnr7B7oBnjH/hbm96Kak5hAAI=",
2023-04-26 17:34:08 -04:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "dbe90e63a36762f1fbde546e26a84af774a32455",
2023-04-26 17:34:08 -04:00
"type": "github"
},
"original": {
"owner": "NixOS",
flake.lock: Update Flake lock file updates: • Updated input 'attic': 'github:zhaofengli/attic/b1fb790b5f2afaaa1b2f7f18979b8318abe604bb' (2023-05-28) → 'github:zhaofengli/attic/4fedffe6a1020edfcfa7bef18d21321d4983b3a7' (2023-06-13) • Updated input 'deploy-rs': 'github:serokell/deploy-rs/65211db63ba1199f09b4c9f27e5eba5ec50d76ac' (2023-06-05) → 'github:serokell/deploy-rs/724463b5a94daa810abfc64a4f87faef4e00f984' (2023-06-14) • Updated input 'disko': 'github:nix-community/disko/5d9f362aecd7a4c2e8a3bf2afddb49051988cab9' (2023-06-08) → 'github:nix-community/disko/64c9c78c15fd4c899d857bf09dba88bda771b43a' (2023-06-17) • Updated input 'home-manager': 'github:nix-community/home-manager/0144ac418ef633bfc9dbd89b8c199ad3a617c59f' (2023-06-10) → 'github:nix-community/home-manager/edf9cf65238609db16680be74fe28d4d4858476e' (2023-06-17) • Updated input 'hyprland': 'github:hyprwm/Hyprland/10fd75c8335736b1a0dcb3830a5b8c2367a02e61' (2023-06-10) → 'github:hyprwm/Hyprland/74ca81cc7942aa93e796ca794185675bae57003d' (2023-06-17) • Updated input 'hyprland/wlroots': 'gitlab:wlroots/wlroots/b61d5922f1d0910a848deb100570ad8587aea38d' (2023-06-03) → 'gitlab:wlroots/wlroots/7e7633abf09b362d0bad9e3fc650fd692369291d' (2023-06-14) • Updated input 'ironbar': 'github:JakeStanger/ironbar/b4f1c7ac2d101ba52237252fe87476b00ab21bd6' (2023-06-05) → 'github:JakeStanger/ironbar/18b36423e2ffc80836aaecbca6760b0cab1ae863' (2023-06-17) • Updated input 'ironbar/rust-overlay': 'github:oxalica/rust-overlay/9651f0beee6e7a9783cc02eac722854851c65ae7' (2023-05-31) → 'github:oxalica/rust-overlay/01d84cd842e48e89be67e4c2d9dc46aa7709adc5' (2023-06-17) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/21951114383770f96ae528d0ae68824557768e81' (2023-06-10) → 'github:nixos/nixpkgs/04af42f3b31dba0ef742d254456dc4c14eedac86' (2023-06-17) • Updated input 'sops-nix': 'github:Mic92/sops-nix/cb85e297937af1bd1434cf5f85a3f86a21dc8207' (2023-06-11) → 'github:Mic92/sops-nix/1634d2da53f079e7f5924efa7a96511cd9596f81' (2023-06-18) • Updated input 'sops-nix/nixpkgs-stable': 'github:NixOS/nixpkgs/ef24b2fa0c5f290a35064b847bc211f25cb85c88' (2023-06-10) → 'github:NixOS/nixpkgs/e2e2059d19668dab1744301b8b0e821e3aae9c99' (2023-06-17)
2023-06-18 00:19:33 -04:00
"ref": "release-23.05",
2023-04-26 17:34:08 -04:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-07-30 14:40:56 -04:00
"nixpkgs_2": {
"locked": {
2023-10-07 22:00:10 -04:00
"lastModified": 1696604326,
"narHash": "sha256-YXUNI0kLEcI5g8lqGMb0nh67fY9f2YoJsILafh6zlMo=",
2023-07-30 14:40:56 -04:00
"owner": "nixos",
"repo": "nixpkgs",
2023-10-07 22:00:10 -04:00
"rev": "87828a0e03d1418e848d3dd3f3014a632e4a4f64",
2023-07-30 14:40:56 -04:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2022-12-06 01:24:54 -05:00
"root": {
"inputs": {
2023-04-26 17:34:08 -04:00
"deploy-rs": "deploy-rs",
2022-12-06 01:24:54 -05:00
"home-manager": "home-manager",
2023-08-29 17:48:36 -04:00
"hyprland": "hyprland",
2023-06-06 05:09:22 -04:00
"ironbar": "ironbar",
2023-09-29 19:54:11 -04:00
"matugen": "matugen",
2023-09-24 17:17:33 -04:00
"nh": "nh",
2023-09-24 13:39:33 -04:00
"nix-index-database": "nix-index-database",
2023-07-30 14:40:56 -04:00
"nixpkgs": "nixpkgs_2",
2023-04-26 17:34:08 -04:00
"sops-nix": "sops-nix"
}
},
2023-06-06 05:09:22 -04:00
"rust-overlay": {
2023-06-12 00:04:26 -04:00
"inputs": {
2023-07-30 14:40:56 -04:00
"flake-utils": [
"ironbar",
"crane",
"flake-utils"
],
2023-06-06 05:09:22 -04:00
"nixpkgs": [
"ironbar",
2023-07-30 14:40:56 -04:00
"crane",
2023-06-06 05:09:22 -04:00
"nixpkgs"
]
},
"locked": {
"lastModified": 1695003086,
"narHash": "sha256-d1/ZKuBRpxifmUf7FaedCqhy0lyVbqj44Oc2s+P5bdA=",
2023-06-06 05:09:22 -04:00
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "b87a14abea512d956f0b89d0d8a1e9b41f3e20ff",
2023-07-30 14:40:56 -04:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2023-10-03 14:23:57 -04:00
"rust-overlay_2": {
2023-07-30 14:40:56 -04:00
"inputs": {
2023-10-03 14:23:57 -04:00
"flake-utils": "flake-utils_2",
2023-07-30 14:40:56 -04:00
"nixpkgs": [
"ironbar",
"nixpkgs"
]
},
"locked": {
"lastModified": 1696039808,
"narHash": "sha256-7TbAr9LskWG6ISPhUdyp6zHboT7FsFrME5QsWKybPTA=",
2023-07-30 14:40:56 -04:00
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "a4c3c904ab29e04a20d3a6da6626d66030385773",
2023-06-06 05:09:22 -04:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2023-04-26 17:34:08 -04:00
"sops-nix": {
"inputs": {
2023-05-16 21:10:57 -04:00
"nixpkgs": [
"nixpkgs"
],
2023-10-03 14:23:57 -04:00
"nixpkgs-stable": "nixpkgs-stable"
2023-04-26 17:34:08 -04:00
},
"locked": {
"lastModified": 1696320910,
"narHash": "sha256-fbuEc6wylH+0VxG48lhPBK+SQJHfo2lusUwWHZNipIM=",
2023-04-26 17:34:08 -04:00
"owner": "Mic92",
"repo": "sops-nix",
"rev": "746c7fa1a64c1671a4bf287737c27fdc7101c4c2",
2023-04-26 17:34:08 -04:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
},
2023-06-06 05:09:22 -04:00
"systems": {
2023-08-29 17:48:36 -04:00
"locked": {
"lastModified": 1689347949,
"narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=",
"owner": "nix-systems",
"repo": "default-linux",
"rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default-linux",
"type": "github"
}
},
"systems_2": {
2023-06-06 05:09:22 -04:00
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2023-08-29 17:48:36 -04:00
"systems_3": {
2023-07-30 14:40:56 -04:00
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2023-04-26 17:34:08 -04:00
"utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2023-08-29 17:48:36 -04:00
},
"wlroots": {
"flake": false,
"locked": {
"host": "gitlab.freedesktop.org",
2023-10-07 22:00:10 -04:00
"lastModified": 1696410538,
"narHash": "sha256-ecDhdYLXWHsxMv+EWG36mCNDvzRbu9qfjH7dLxL7aGM=",
2023-08-29 17:48:36 -04:00
"owner": "wlroots",
"repo": "wlroots",
2023-10-07 22:00:10 -04:00
"rev": "3406c1b17a4a7e6d4e2a7d9c1176affa72bce1bc",
2023-08-29 17:48:36 -04:00
"type": "gitlab"
},
"original": {
"host": "gitlab.freedesktop.org",
"owner": "wlroots",
"repo": "wlroots",
2023-10-07 22:00:10 -04:00
"rev": "3406c1b17a4a7e6d4e2a7d9c1176affa72bce1bc",
2023-08-29 17:48:36 -04:00
"type": "gitlab"
}
},
"xdph": {
"inputs": {
"hyprland-protocols": [
"hyprland",
"hyprland-protocols"
],
"nixpkgs": [
"hyprland",
"nixpkgs"
],
"systems": [
"hyprland",
"systems"
]
},
"locked": {
2023-09-16 18:53:30 -04:00
"lastModified": 1694628480,
"narHash": "sha256-Qg9hstRw0pvjGu5hStkr2UX1D73RYcQ9Ns/KnZMIm9w=",
2023-08-29 17:48:36 -04:00
"owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland",
2023-09-16 18:53:30 -04:00
"rev": "8f45a6435069b9e24ebd3160eda736d7a391cbf2",
2023-08-29 17:48:36 -04:00
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland",
"type": "github"
}
2022-12-06 01:24:54 -05:00
}
},
"root": "root",
"version": 7
}