mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
flameshot: 12.1.0-unstable-2025-04-07 -> 12.1.0-unstable-2025-05-04
This commit is contained in:
parent
24ea8a988d
commit
7747145ad7
1 changed files with 3 additions and 3 deletions
|
@ -19,13 +19,13 @@ assert stdenv.hostPlatform.isDarwin -> (!enableWlrSupport);
|
|||
stdenv.mkDerivation {
|
||||
pname = "flameshot";
|
||||
# wlr screenshotting is currently only available on unstable version (>12.1.0)
|
||||
version = "12.1.0-unstable-2025-04-07";
|
||||
version = "12.1.0-unstable-2025-05-04";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "flameshot-org";
|
||||
repo = "flameshot";
|
||||
rev = "63a4ab669bba83bdde878963df80a3c4e9331e21";
|
||||
hash = "sha256-+DwWiO41pck3FedtAeTWmshBwQyYNlACCK4M5qhxsas=";
|
||||
rev = "f4cde19c63473f8fadd448ad2056c22f0f847f34";
|
||||
hash = "sha256-B/piB8hcZR11vnzvue/1eR+SFviTSGJoek1w4abqsek=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue