mirror of
https://git.suyu.dev/suyu/nix-flake.git
synced 2025-12-21 21:36:00 +01:00
forgot the =
This commit is contained in:
parent
3cef21b283
commit
a1d4bfaf40
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 = "wLUPNRDR22m34OcUSB1xHd+pT7/wx0pHYAZj6LnEN4g";
|
||||
sha256 = "wLUPNRDR22m34OcUSB1xHd+pT7/wx0pHYAZj6LnEN4g=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue