diff options
author | swirl <swurl@swurl.xyz> | 2022-02-04 07:34:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 07:34:13 -0500 |
commit | 3b96a9a8fa1866100c5c7415fe2216d5ab4a158b (patch) | |
tree | 42f333638d78814f879a5f2a731a78fa679f38cf | |
parent | 5ac5c767e0338f48e6000cbb302711d759d23d34 (diff) | |
parent | 8d603d61622fc0f553af7da83a8410546f46f892 (diff) | |
download | PrismLauncher-3b96a9a8fa1866100c5c7415fe2216d5ab4a158b.tar.gz PrismLauncher-3b96a9a8fa1866100c5c7415fe2216d5ab4a158b.tar.bz2 PrismLauncher-3b96a9a8fa1866100c5c7415fe2216d5ab4a158b.zip |
Merge pull request #124 from babbaj/develop
nix: fix quazip input
-rw-r--r-- | flake.lock | 10 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -66,15 +66,15 @@ "quazip": { "flake": false, "locked": { - "lastModified": 1633895098, - "narHash": "sha256-+Of0M2IAoTf1CyC0teCpsyurv6xfqiBo84V49dSeNTA=", - "owner": "multimc", + "lastModified": 1643049383, + "narHash": "sha256-LcJY6yd6GyeL7X5MP4L94diceM1TYespWByliBsjK98=", + "owner": "stachenov", "repo": "quazip", - "rev": "b1a72ac0bb5a732bf887a535ab75c6f9bedb6b6b", + "rev": "09ec1d10c6d627f895109b21728dda000cbfa7d1", "type": "github" }, "original": { - "owner": "multimc", + "owner": "stachenov", "repo": "quazip", "type": "github" } @@ -11,7 +11,7 @@ flake = false; }; inputs.quazip = { - url = "github:multimc/quazip"; + url = "github:stachenov/quazip"; flake = false; }; |