From 390f7d1952a5cffe7d4ebfdf901632e86c65e96b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 2 Feb 2025 03:34:41 +0000 Subject: [PATCH] flameshot: 12.1.0-unstable-2025-01-19 -> 12.1.0-unstable-2025-02-01 --- 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 7ab9796afa4e..e62671840b89 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-01-19"; + version = "12.1.0-unstable-2025-02-01"; src = fetchFromGitHub { owner = "flameshot-org"; repo = "flameshot"; - rev = "10d12e0b54d59de2ac2567c540a93113672cd884"; - hash = "sha256-3ujqwiQrv/H1HzkpD/Q+hoqyrUdO65gA0kKqtRV0vmw="; + rev = "61a6074bec8d07b6528b85cbb45bb3be7dd6ac0b"; + hash = "sha256-tqKUCfvb5oWudCXhUzclQOF75eIcHqPz+zm7MtNKuSA="; }; patches = [