fix hash
This commit is contained in:
parent
314e452a11
commit
094964f354
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ let
|
|||
# Fetch nix-minecraft repository without using flakes
|
||||
nix-minecraft-src = builtins.fetchTarball {
|
||||
url = "https://github.com/Infinidoge/nix-minecraft/archive/master.tar.gz";
|
||||
sha256 = "1qi0vi1nqaxmkgvcq8xvcavyhcndmygqyhfkz9b7kfp52pq60xrl";
|
||||
sha256 = "069asc38ja70k1gkrp51ykbzc3zx7jfw20lw37wdlf9nmyvqxhq0";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue