diff options
author | tv <tv@krebsco.de> | 2023-01-31 01:10:15 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-31 01:11:36 +0100 |
commit | 860a42f47910e49278d4b4a926fe896cbbc12cfd (patch) | |
tree | 5568c1b81d84ae0cf8133660096a638ddf4e296e | |
parent | 92d2f7d72f0812b333a4a9eadafb99f22699f315 (diff) |
tv flameshot: properly reference patch
-rw-r--r-- | tv/5pkgs/override/flameshot/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/5pkgs/override/flameshot/default.nix b/tv/5pkgs/override/flameshot/default.nix index 2f7c523..10154cc 100644 --- a/tv/5pkgs/override/flameshot/default.nix +++ b/tv/5pkgs/override/flameshot/default.nix @@ -10,6 +10,6 @@ super.flameshot.overrideAttrs (old: rec { sha256 = "sha256-rZUiaS32C77tFJmEkw/9MGbVTVscb6LOCyWaWO5FyR4="; }; patches = old.patches or [] ++ [ - ./flameshot/flameshot_imgur_0.10.2.patch + ./flameshot_imgur_0.10.2.patch ]; }) |