From 88ee47d6fa68e11d1b83cb7b0a6d814255c5d00e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 2 Jul 2025 12:13:15 +0000 Subject: [PATCH] astal.source: 0-unstable-2025-05-12 -> 0-unstable-2025-06-28 --- 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 09877fcf5bd0..ec4678cb0894 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 = "4820a3e37cc8eb81db6ed991528fb23472a8e4de"; - hash = "sha256-SaHAtzUyfm4urAcUEZlBFn7dWhoDqA6kaeFZ11CCTf8="; + rev = "ac90f09385a2295da9fdc108aaba4a317aaeacc7"; + hash = "sha256-AodIKw7TmI7rHVcOfEsO82stupMYIMVQeLAUQfVxnkU="; }; in originalDrv.overrideAttrs ( final: prev: { name = "${final.pname}-${final.version}"; # fetchFromGitHub already defines name pname = "astal-source"; - version = "0-unstable-2025-05-12"; + version = "0-unstable-2025-06-28"; meta = prev.meta // { description = "Building blocks for creating custom desktop shells (source)";