Unverified Commit 3c0492fe authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

astal.source: 0-unstable-2025-10-09 -> 0-unstable-2025-10-23; libcava: 0.10.4 -> 0.10.6 (#455452)

parents 6a08e6bb 53e6f03c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
cava.overrideAttrs (old: rec {
  pname = "libcava";
  # fork may not be updated when we update upstream
  version = "0.10.4";
  version = "0.10.6";

  src = fetchFromGitHub {
    owner = "LukashonakV";
    repo = "cava";
    tag = version;
    hash = "sha256-9eTDqM+O1tA/3bEfd1apm8LbEcR9CVgELTIspSVPMKM=";
    hash = "sha256-63be1wypMiqhPA6sjMebmFE6yKpTj/bUE53sMWun554=";
  };

  nativeBuildInputs = old.nativeBuildInputs ++ [
+8 −2
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
  gtkmm3,
  iniparser,
  jsoncpp,
  libcava,
  libdbusmenu-gtk3,
  libevdev,
  libinotify-kqueue,
@@ -81,9 +80,16 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-mGiBZjfvtZZkSHrha4UF2l1Ogbij8J//r2h4gcZAJ6w=";
  };

  libcavaSrc = fetchFromGitHub {
    owner = "LukashonakV";
    repo = "cava";
    tag = "0.10.4";
    hash = "sha256-9eTDqM+O1tA/3bEfd1apm8LbEcR9CVgELTIspSVPMKM=";
  };

  postUnpack = lib.optional cavaSupport ''
    pushd "$sourceRoot"
    cp -R --no-preserve=mode,ownership ${libcava.src} subprojects/cava-0.10.4
    cp -R --no-preserve=mode,ownership ${finalAttrs.libcavaSrc} subprojects/cava-0.10.4
    patchShebangs .
    popd
  '';
+3 −3
Original line number Diff line number Diff line
@@ -7,15 +7,15 @@ let
  originalDrv = fetchFromGitHub {
    owner = "Aylur";
    repo = "astal";
    rev = "71b008e5fb59e0a992724db78d54a5ddcf234515";
    hash = "sha256-vMhDAwwSrwMd5xWcTiA56fsk7LRz4tHOsKhrt2hXi48=";
    rev = "189bf73016c26d7d32729a913d6436cd7b1a0885";
    hash = "sha256-U2r3/DKgr9Fq1yqWLCbKMSqRf8a1JctD0kj/ftBClsg=";
  };
in
originalDrv.overrideAttrs (
  final: prev: {
    name = "${final.pname}-${final.version}"; # fetchFromGitHub already defines name
    pname = "astal-source";
    version = "0-unstable-2025-10-09";
    version = "0-unstable-2025-10-23";

    meta = prev.meta // {
      description = "Building blocks for creating custom desktop shells (source)";