From 84a5d186bd6243360f31d3915cb1c4fd68618449 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 7 Dec 2024 14:16:54 +0000 Subject: [PATCH] flameshot: 12.1.0-unstable-2024-09-01 -> 12.1.0-unstable-2024-12-03 --- pkgs/by-name/fl/flameshot/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fl/flameshot/package.nix b/pkgs/by-name/fl/flameshot/package.nix index 87cef9286687..981fa8783408 100644 --- a/pkgs/by-name/fl/flameshot/package.nix +++ b/pkgs/by-name/fl/flameshot/package.nix @@ -25,13 +25,13 @@ in stdenv'.mkDerivation { pname = "flameshot"; # wlr screenshotting is currently only available on unstable version (>12.1.0) - version = "12.1.0-unstable-2024-09-01"; + version = "12.1.0-unstable-2024-12-03"; src = fetchFromGitHub { owner = "flameshot-org"; repo = "flameshot"; - rev = "14a136777cd82ab70f42c13b4bc9418c756d91d2"; - hash = "sha256-xM99adstwfOOaeecKyWQU3yY0p65pQyFgoz7WJNra98="; + rev = "3fafcf4aa9ae3d620ff691cba3a1a2195d592914"; + hash = "sha256-lt7RIe1KFOPnBpVZf7oZMOQOyOAf65ByxaHCNDqbTpk="; }; patches = [