bump: nix-minecraft (master -> develop)

This commit is contained in:
Infinidoge 2022-09-04 15:38:33 -04:00
parent e29decef75
commit 8f8b5fbf75
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View file

@ -1584,15 +1584,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1661660705, "lastModified": 1662320060,
"narHash": "sha256-A6/oLU+DiecGdJDtKpRtLbppHgF8ASCvPkaxw4Yx/8I=", "narHash": "sha256-Nfx+JXhKha0zfydjk7VCsWnwVy6YExQoPB7q8U9uUzU=",
"owner": "Infinidoge", "owner": "Infinidoge",
"repo": "nix-minecraft", "repo": "nix-minecraft",
"rev": "031fbcbd7fab70fbf5c5cf706ccde512ada03dd0", "rev": "9b52e1ab8ddf2cabf16651e90e83e3ee9a75221c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Infinidoge", "owner": "Infinidoge",
"ref": "develop",
"repo": "nix-minecraft", "repo": "nix-minecraft",
"type": "github" "type": "github"
} }

View file

@ -46,7 +46,7 @@
powercord-setup.inputs.nixpkgs.follows = "latest"; powercord-setup.inputs.nixpkgs.follows = "latest";
# # --- Minecraft # # --- Minecraft
nix-minecraft.url = "github:Infinidoge/nix-minecraft"; nix-minecraft.url = "github:Infinidoge/nix-minecraft/develop";
nix-minecraft.inputs.nixpkgs.follows = "nixos"; nix-minecraft.inputs.nixpkgs.follows = "nixos";
# # --- Rust # # --- Rust