astal.source: 0-unstable-2025-07-11 -> 0-unstable-2025-07-13 (#426867)

This commit is contained in:
Nick Cao
2025-07-21 16:08:32 -04:00
committed by GitHub
+3 -3
View File
@@ -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)";