Skip to content

Commit 43cb518

Browse files
[Backport release-26.05] deskflow: 1.25.0 -> 1.26.0 (#536433)
2 parents 584ab9b + dba32b3 commit 43cb518

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/de/deskflow/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232

3333
stdenv.mkDerivation (finalAttrs: {
3434
pname = "deskflow";
35-
version = "1.25.0";
35+
version = "1.26.0";
3636

3737
src = fetchFromGitHub {
3838
owner = "deskflow";
3939
repo = "deskflow";
4040
tag = "v${finalAttrs.version}";
41-
hash = "sha256-IclKXYCvYHMK4e1z1efmOHUaJqnmZgofK5r6Ml+i5OI=";
41+
hash = "sha256-XcSG47Ysjn+wrJH5DC/XXGXcneXcW7xIhAn6sguuv+s=";
4242
};
4343

4444
postPatch = ''

0 commit comments

Comments
 (0)