aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock10
-rw-r--r--flake.nix2
2 files changed, 6 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index 95ed6563..f2205416 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
}
diff --git a/flake.nix b/flake.nix
index 798e9d30..d809066a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,7 +11,7 @@
flake = false;
};
inputs.quazip = {
- url = "github:multimc/quazip";
+ url = "github:stachenov/quazip";
flake = false;
};