mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +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 {
|
stdenv.mkDerivation {
|
||||||
pname = "flameshot";
|
pname = "flameshot";
|
||||||
# wlr screenshotting is currently only available on unstable version (>12.1.0)
|
# 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 {
|
src = fetchFromGitHub {
|
||||||
owner = "flameshot-org";
|
owner = "flameshot-org";
|
||||||
repo = "flameshot";
|
repo = "flameshot";
|
||||||
rev = "63a4ab669bba83bdde878963df80a3c4e9331e21";
|
rev = "f4cde19c63473f8fadd448ad2056c22f0f847f34";
|
||||||
hash = "sha256-+DwWiO41pck3FedtAeTWmshBwQyYNlACCK4M5qhxsas=";
|
hash = "sha256-B/piB8hcZR11vnzvue/1eR+SFviTSGJoek1w4abqsek=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue