Skip to content

Commit

Permalink
fix: change some links (#4)
Browse files Browse the repository at this point in the history
* chore: Change urls

* fix: Add semicollon

* fix: Edit URL
  • Loading branch information
haruki7049 committed Apr 9, 2024
1 parent c73d3ae commit 227c696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ self: super: {

src = super.fetchzip {
url =
"https://downloads.tuxfamily.org/godotengine/${version}/mono/Godot_v${version}-stable_mono_x11_64.zip";
"https://github.com/godotengine/godot/releases/download/${version}-stable/Godot_v${version}-stable_mono_x11_64.zip";
hash = "sha256-2aNeiR/bktqr2LDN9TWr67LDB0ai9S0XKfexmTb0TQg=";
};

Expand Down Expand Up @@ -51,7 +51,7 @@ self: super: {

src = super.fetchzip {
url =
"https://downloads.tuxfamily.org/godotengine/${version}/mono/Godot_v${version}-stable_mono_x11_64.zip";
"https://github.com/godotengine/godot/releases/download/${version}-stable/Godot_v${version}-stable_mono_x11_64.zip";
hash = "sha256-q+zB5R7ATH1z0/mLLzibLEeKR/Ppw5JmFO/LMZtD9VM=";
};

Expand Down Expand Up @@ -95,7 +95,7 @@ self: super: {

src = super.fetchzip {
url =
"https://downloads.tuxfamily.org/godotengine/${version}/mono/Godot_v${version}-stable_mono_linux_x86_64.zip";
"https://github.com/godotengine/godot/releases/download/${version}-stable/Godot_v${version}-stable_mono_linux_x86_64.zip";
hash = "sha256-OohkRD3vlUGShzFs9TzbSdOJN5zuaOdRIZJ5UdcEm2Q=";
};

Expand Down

0 comments on commit 227c696

Please sign in to comment.