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 | 9d615e2828de2f2f0eeb0848d5080dafc16ba705 (patch) | |
tree | c96aadd5ecc9dfd7494f38272d9aa24bf7c1b6a2 /tv/5pkgs/override | |
parent | a85de9a0deb81f8b8759bfc6a54db0d823ab7a19 (diff) |
tv flameshot: properly reference patch
Diffstat (limited to 'tv/5pkgs/override')
-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 2f7c5236b..10154cc44 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 ]; }) |