From a1d4bfaf4046e55ccf905970b40a38ab67391416 Mon Sep 17 00:00:00 2001 From: VictorGamerLOL Date: Tue, 30 Apr 2024 20:11:03 +0100 Subject: [PATCH] forgot the = --- suyu/suyu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suyu/suyu.nix b/suyu/suyu.nix index 6e1284c..82e5674 100644 --- a/suyu/suyu.nix +++ b/suyu/suyu.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation(finalAttrs: { src = fetchgit { url = "https://git.suyu.dev/suyu/suyu"; rev = "v${finalAttrs.version}"; - sha256 = "wLUPNRDR22m34OcUSB1xHd+pT7/wx0pHYAZj6LnEN4g"; + sha256 = "wLUPNRDR22m34OcUSB1xHd+pT7/wx0pHYAZj6LnEN4g="; }; nativeBuildInputs = [