Pantheon updates 2026-02-11 (#489411)

This commit is contained in:
Bobby Rong 2026-02-12 15:52:33 +00:00 committed by GitHub
commit 4812fbcb86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 9 deletions

View file

@ -18,7 +18,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "elementary-dock";
version = "8.3.1";
version = "8.3.2";
outputs = [
"out"
@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "elementary";
repo = "dock";
rev = finalAttrs.version;
hash = "sha256-BJkJ6U9fnGSFeY/Z9tcomZ0umRDENxPl0koioUYhFYg=";
hash = "sha256-knnr9uKBf27tovucAgAX5N//3t70KtO++Ei/1l74ZFg=";
};
depsBuildBuild = [ pkg-config ];

View file

@ -26,17 +26,15 @@
nix-update-script,
}:
stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
pname = "gala";
version = "8.4.0-unstable-2026-01-06";
version = "8.4.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "gala";
# Contains crash fixes for mutter 48.
# nixpkgs-update: no auto update
rev = "8fb60a9c9b04245913733208df1c061d6c353a35";
hash = "sha256-GBNrcUAC7UBdyrqoja81bD1oVHjLXWhnDz3gtjMbjII=";
tag = finalAttrs.version;
hash = "sha256-CBgrHd9euRuOxBR+hut5J1d0S2qZ5hVU3b8pjJuNG7s=";
};
depsBuildBuild = [ pkg-config ];
@ -85,4 +83,4 @@ stdenv.mkDerivation {
teams = [ lib.teams.pantheon ];
mainProgram = "gala";
};
}
})