From ebb0571f9e742543455737b2b5876acf6c600c16 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 15 Sep 2025 04:49:57 +0000 Subject: [PATCH] astal.source: 0-unstable-2025-08-29 -> 0-unstable-2025-09-10 --- 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 d082d6646c8f..c4034b53427b 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 = "20bd8318e4136fbd3d4eb2d64dbabc3acbc915dd"; - hash = "sha256-iiBU6itpEqE0spXeNJ3uJTfioSyKYjt5bNepykpDXTE="; + rev = "344a6dce56437a190b99e516a6cab8332cccf19e"; + hash = "sha256-BSfvr7wdY5SbathVlrOW7vCyI9UGVIe2b9rTJ0O5IKo="; }; in originalDrv.overrideAttrs ( final: prev: { name = "${final.pname}-${final.version}"; # fetchFromGitHub already defines name pname = "astal-source"; - version = "0-unstable-2025-08-29"; + version = "0-unstable-2025-09-10"; meta = prev.meta // { description = "Building blocks for creating custom desktop shells (source)";