[Backport release-26.05] deskflow: 1.25.0 -> 1.26.0 (#536433)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-28 22:34:05 +00:00 committed by GitHub
commit 43cb518d84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,13 +32,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "deskflow";
version = "1.25.0";
version = "1.26.0";
src = fetchFromGitHub {
owner = "deskflow";
repo = "deskflow";
tag = "v${finalAttrs.version}";
hash = "sha256-IclKXYCvYHMK4e1z1efmOHUaJqnmZgofK5r6Ml+i5OI=";
hash = "sha256-XcSG47Ysjn+wrJH5DC/XXGXcneXcW7xIhAn6sguuv+s=";
};
postPatch = ''