From 3040fe8f76947e22addd0ab9c1085be51554c99a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 6 Oct 2025 17:59:55 +0000 Subject: [PATCH] astal.source: 0-unstable-2025-09-10 -> 0-unstable-2025-10-05 --- 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 c4034b53427b..8e99804547bf 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 = "344a6dce56437a190b99e516a6cab8332cccf19e"; - hash = "sha256-BSfvr7wdY5SbathVlrOW7vCyI9UGVIe2b9rTJ0O5IKo="; + rev = "12c15b44608422e494c387aba6adc1ab6315d925"; + hash = "sha256-EfTrJse33t3RP//DqESkTMCpMSdIi/wxxfa12+eP5jo="; }; in originalDrv.overrideAttrs ( final: prev: { name = "${final.pname}-${final.version}"; # fetchFromGitHub already defines name pname = "astal-source"; - version = "0-unstable-2025-09-10"; + version = "0-unstable-2025-10-05"; meta = prev.meta // { description = "Building blocks for creating custom desktop shells (source)";