diff options
author | lassulus <lassulus@lassul.us> | 2021-08-10 20:10:34 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-08-10 20:10:34 +0200 |
commit | a84a8d0150f666cdbf1cdae1f34afef1176369e9 (patch) | |
tree | 6bcb3f2d158509da0b51088dbc11996dc7756f15 /krebs/5pkgs | |
parent | 80d124caa61e258adece48568ab04a6980df4684 (diff) | |
parent | 00fa5aa042e254914371398b2ce30eabca1194eb (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r-- | krebs/5pkgs/override/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/krebs/5pkgs/override/default.nix b/krebs/5pkgs/override/default.nix index 4cb6a1cb4..c2149ae55 100644 --- a/krebs/5pkgs/override/default.nix +++ b/krebs/5pkgs/override/default.nix @@ -18,6 +18,9 @@ self: super: { "0.9.0" = [ ./flameshot/flameshot_imgur_0.9.0.patch ]; + "0.10.1" = [ + ./flameshot/flameshot_imgur_0.9.0.patch + ]; }.${old.version}; }); |