diff options
| -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    ];  }) | 
