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.
1 parent 6dcae17 commit ede86b0Copy full SHA for ede86b0
1 file changed
pkgs/applications/window-managers/wayfire/wcm.nix
@@ -19,12 +19,12 @@
19
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "wcm";
22
- version = "0.10.0";
+ version = "0.11.0-unstable-2025-11-23";
23
24
src = fetchFromGitHub {
25
owner = "WayfireWM";
26
repo = "wcm";
27
- rev = "v${finalAttrs.version}";
+ rev = "d7e3d6783f3e7d10c3c4edf556be7a5342626065";
28
fetchSubmodules = true;
29
hash = "sha256-O4BYwb+GOMZIn3I2B/WMJ5tUZlaegvwBuyNK9l/gxvQ=";
30
};
0 commit comments