pantheon.gala: 8.5.0 -> 8.5.1

This commit is contained in:
Christopher Crouse
2026-05-14 08:16:30 +02:00
parent 62b115397a
commit 83ebb8014f

View File

@@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gala";
version = "8.5.0";
version = "8.5.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "gala";
tag = finalAttrs.version;
hash = "sha256-Ih0ohyxDCTw3UHGHIP1JQSTi9mGBG5R6HIAJJRPERrQ=";
hash = "sha256-f+/RaKG208v84q1V9NkDci0wuGAtXwjVsF7ITDAgHCQ=";
};
depsBuildBuild = [ pkg-config ];