Loading pkgs/development/libraries/astal/source.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,15 +7,15 @@ let originalDrv = fetchFromGitHub { owner = "Aylur"; repo = "astal"; rev = "71b008e5fb59e0a992724db78d54a5ddcf234515"; hash = "sha256-vMhDAwwSrwMd5xWcTiA56fsk7LRz4tHOsKhrt2hXi48="; rev = "189bf73016c26d7d32729a913d6436cd7b1a0885"; hash = "sha256-U2r3/DKgr9Fq1yqWLCbKMSqRf8a1JctD0kj/ftBClsg="; }; in originalDrv.overrideAttrs ( final: prev: { name = "${final.pname}-${final.version}"; # fetchFromGitHub already defines name pname = "astal-source"; version = "0-unstable-2025-10-09"; version = "0-unstable-2025-10-23"; meta = prev.meta // { description = "Building blocks for creating custom desktop shells (source)"; Loading Loading
pkgs/development/libraries/astal/source.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,15 +7,15 @@ let originalDrv = fetchFromGitHub { owner = "Aylur"; repo = "astal"; rev = "71b008e5fb59e0a992724db78d54a5ddcf234515"; hash = "sha256-vMhDAwwSrwMd5xWcTiA56fsk7LRz4tHOsKhrt2hXi48="; rev = "189bf73016c26d7d32729a913d6436cd7b1a0885"; hash = "sha256-U2r3/DKgr9Fq1yqWLCbKMSqRf8a1JctD0kj/ftBClsg="; }; in originalDrv.overrideAttrs ( final: prev: { name = "${final.pname}-${final.version}"; # fetchFromGitHub already defines name pname = "astal-source"; version = "0-unstable-2025-10-09"; version = "0-unstable-2025-10-23"; meta = prev.meta // { description = "Building blocks for creating custom desktop shells (source)"; Loading