flameshot: pin 0.10.2
This commit is contained in:
parent
b887b8e277
commit
500aa05de7
@ -10,6 +10,14 @@ self: super: {
|
||||
});
|
||||
|
||||
flameshot = super.flameshot.overrideAttrs (old: rec {
|
||||
name = "flameshot-${version}";
|
||||
version = "0.10.2";
|
||||
src = self.fetchFromGitHub {
|
||||
owner = "flameshot-org";
|
||||
repo = "flameshot";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-rZUiaS32C77tFJmEkw/9MGbVTVscb6LOCyWaWO5FyR4=";
|
||||
};
|
||||
patches = old.patches or [] ++ {
|
||||
"0.6.0" = [
|
||||
./flameshot/flameshot_imgur_0.6.0.patch
|
||||
|
Loading…
Reference in New Issue
Block a user