updated hash to be real

This commit is contained in:
VictorGamerLOL 2024-04-30 20:10:18 +01:00
parent 2c679529de
commit 3cef21b283

View file

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