From 1503c9c6d495711b8589b197b8d512dd9b5a4cc4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 15 Feb 2025 23:30:57 +0000 Subject: [PATCH] flameshot: 12.1.0-unstable-2025-02-01 -> 12.1.0-unstable-2025-02-12 --- 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 e62671840b89..559fc3c476b4 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-2025-02-01"; + version = "12.1.0-unstable-2025-02-12"; src = fetchFromGitHub { owner = "flameshot-org"; repo = "flameshot"; - rev = "61a6074bec8d07b6528b85cbb45bb3be7dd6ac0b"; - hash = "sha256-tqKUCfvb5oWudCXhUzclQOF75eIcHqPz+zm7MtNKuSA="; + rev = "7aa69e4e253b0a69b67c018b701db5ee8448142c"; + hash = "sha256-1OPZsOoe+z7xql1o44BisxF/pWqd5vx2a+Ar0gLerVA="; }; patches = [