From 70b786f0bcfe97688a840fc10d1d8d6df6e6e82f Mon Sep 17 00:00:00 2001 From: PerchunPak Date: Tue, 21 Oct 2025 18:22:56 +0200 Subject: [PATCH] Revert "astal.source: 0-unstable-2025-10-09 -> 0-unstable-2025-10-18" This reverts commit dced4c3dafc28cb3717e44e3ceb7d69078f3e3b8. --- pkgs/development/libraries/astal/source.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/astal/source.nix b/pkgs/development/libraries/astal/source.nix index 68184fc380ae..7c121da0a806 100644 --- a/pkgs/development/libraries/astal/source.nix +++ b/pkgs/development/libraries/astal/source.nix @@ -7,15 +7,15 @@ let originalDrv = fetchFromGitHub { owner = "Aylur"; repo = "astal"; - rev = "0b57af330086ee9492f63d2cb77b993b1ce38b6f"; - hash = "sha256-fXJFoYjjiqkAXfiadshGrABuZ2VxmINKjXFbYtWBHiY="; + rev = "71b008e5fb59e0a992724db78d54a5ddcf234515"; + hash = "sha256-vMhDAwwSrwMd5xWcTiA56fsk7LRz4tHOsKhrt2hXi48="; }; in originalDrv.overrideAttrs ( final: prev: { name = "${final.pname}-${final.version}"; # fetchFromGitHub already defines name pname = "astal-source"; - version = "0-unstable-2025-10-18"; + version = "0-unstable-2025-10-09"; meta = prev.meta // { description = "Building blocks for creating custom desktop shells (source)";