From 7d020e7fc98401c92023559eb22cb92ded8a1829 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 20 Jul 2025 09:49:31 +0000 Subject: [PATCH] astal.source: 0-unstable-2025-07-11 -> 0-unstable-2025-07-13 --- 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 be6aa94308ab..56636e07bb88 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 = "81eb3770965190024803ed6dd0fe35318da64831"; - hash = "sha256-5Nr80lTZJ8ewuxIzRHc6E8L4LW4rdGZukiZyL7nOVSE="; + rev = "2c5eb54f39e1710c6e2c80915a240978beb3269a"; + hash = "sha256-XULTToDUkIshNXEO+YP2mAHdQv8bxWDvKjbamBfOC8E="; }; in originalDrv.overrideAttrs ( final: prev: { name = "${final.pname}-${final.version}"; # fetchFromGitHub already defines name pname = "astal-source"; - version = "0-unstable-2025-07-11"; + version = "0-unstable-2025-07-13"; meta = prev.meta // { description = "Building blocks for creating custom desktop shells (source)";