From 06cd575c89d6fd148000cd2f19bc6817ff01dc5b Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 3 May 2024 18:13:55 -0400 Subject: [PATCH] update sha --- hosts/pluto/services/pterodactyl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index 1e807cf..e19a9b9 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -10,7 +10,7 @@ src = pkgs.fetchurl { name = "wings"; url = "https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_amd64"; - sha256 = lib.fakeSha256; + sha256 = "sha256-S8vTpxvtmv7TfRMpgKxVPkvTmji1rlPEd9ApM3Rt6FY="; }; phases = ["installPhase"];