Unverified Commit b7aa74ce authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

linux-wallpaperengine: 0-unstable-2026-01-25 -> 0-unstable-2026-03-01 (#488086)

parents 7cf2fa44 683e587d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@

let
  cef = cef-binary.override {
    version = "135.0.17"; # follow upstream. https://github.com/Almamu/linux-wallpaperengine/blob/ef986841e2c43f9a387afa5f96237a859ad61e75/CMakeLists.txt#L47
    version = "135.0.17"; # follow upstream. https://github.com/Almamu/linux-wallpaperengine/blob/7067d6ff9fd34e36eeccf44e15f86ad604244f26/CMakeLists.txt#L47
    gitRevision = "cbc1c5b";
    chromiumVersion = "135.0.7049.52";

@@ -51,14 +51,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "linux-wallpaperengine";
  version = "0-unstable-2026-01-25";
  version = "0-unstable-2026-03-01";

  src = fetchFromGitHub {
    owner = "Almamu";
    repo = "linux-wallpaperengine";
    rev = "ef986841e2c43f9a387afa5f96237a859ad61e75";
    rev = "7067d6ff9fd34e36eeccf44e15f86ad604244f26";
    fetchSubmodules = true;
    hash = "sha256-VUhEEHid23l+z4fj8PoovE8nafSQLr//BMVUBoCDd+I=";
    hash = "sha256-NjEcrytgD5KVpB4kS4Cwa2SpxSRL4Tgt2yz6Ygd2p5A=";
  };

  nativeBuildInputs = [