From cff0517b89a8486454142d6c5d778ed1e49c43db Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 13 Oct 2025 04:22:00 +0000 Subject: [PATCH] astal.source: 0-unstable-2025-10-05 -> 0-unstable-2025-10-09 --- 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 8e99804547bf..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 = "12c15b44608422e494c387aba6adc1ab6315d925"; - hash = "sha256-EfTrJse33t3RP//DqESkTMCpMSdIi/wxxfa12+eP5jo="; + 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-05"; + version = "0-unstable-2025-10-09"; meta = prev.meta // { description = "Building blocks for creating custom desktop shells (source)";