forgot the =

This commit is contained in:
VictorGamerLOL 2024-04-30 20:11:03 +01:00
parent 3cef21b283
commit a1d4bfaf40

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation(finalAttrs: {
src = fetchgit { src = fetchgit {
url = "https://git.suyu.dev/suyu/suyu"; url = "https://git.suyu.dev/suyu/suyu";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
sha256 = "wLUPNRDR22m34OcUSB1xHd+pT7/wx0pHYAZj6LnEN4g"; sha256 = "wLUPNRDR22m34OcUSB1xHd+pT7/wx0pHYAZj6LnEN4g=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [