summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-01-31 01:10:15 +0100
committertv <tv@krebsco.de>2023-01-31 01:11:36 +0100
commit9d615e2828de2f2f0eeb0848d5080dafc16ba705 (patch)
treec96aadd5ecc9dfd7494f38272d9aa24bf7c1b6a2
parenta85de9a0deb81f8b8759bfc6a54db0d823ab7a19 (diff)
tv flameshot: properly reference patch
-rw-r--r--tv/5pkgs/override/flameshot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/5pkgs/override/flameshot/default.nix b/tv/5pkgs/override/flameshot/default.nix
index 2f7c5236..10154cc4 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
];
})