We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 584ab9b + dba32b3 commit 43cb518Copy full SHA for 43cb518
1 file changed
pkgs/by-name/de/deskflow/package.nix
@@ -32,13 +32,13 @@
32
33
stdenv.mkDerivation (finalAttrs: {
34
pname = "deskflow";
35
- version = "1.25.0";
+ version = "1.26.0";
36
37
src = fetchFromGitHub {
38
owner = "deskflow";
39
repo = "deskflow";
40
tag = "v${finalAttrs.version}";
41
- hash = "sha256-IclKXYCvYHMK4e1z1efmOHUaJqnmZgofK5r6Ml+i5OI=";
+ hash = "sha256-XcSG47Ysjn+wrJH5DC/XXGXcneXcW7xIhAn6sguuv+s=";
42
};
43
44
postPatch = ''
0 commit comments