astal.source: 0-unstable-2025-10-05 -> 0-unstable-2025-10-09

This commit is contained in:
R. Ryantm
2025-10-13 04:22:00 +00:00
parent 72229b769b
commit cff0517b89

View File

@@ -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)";