mirror of
https://git.suyu.dev/suyu/nix-flake
synced 2024-11-21 14:29:10 -07:00
updated hash to be real
This commit is contained in:
parent
2c679529de
commit
3cef21b283
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue