tv flameshot: properly reference patch

This commit is contained in:
tv 2023-01-31 01:10:15 +01:00
parent a85de9a0de
commit 9d615e2828
1 changed files with 1 additions and 1 deletions

View File

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