diff options
author | lassulus <git@lassul.us> | 2023-01-31 09:54:39 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-01-31 09:54:39 +0100 |
commit | 35b57b0d6c512d6f35d9534220c2eb20240f2e90 (patch) | |
tree | 2900ceaacb1b0ef11080e045d93e4e727d4101cb /tv/5pkgs/override | |
parent | f6666bc1782c5385493fdc5e38c30bcddeb5bbd7 (diff) | |
parent | cbc84f9bc6c988f5691d407f65e84c5729653463 (diff) |
Merge remote-tracking branch 'ni/master'
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 ]; }) |