pantheon.gala: 8.2.4 -> 8.2.5

https://github.com/elementary/gala/compare/8.2.4...8.2.5
This commit is contained in:
Bobby Rong 2025-07-09 22:44:09 +08:00
parent 1fd8bada0b
commit 7418c27f95
No known key found for this signature in database

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "gala";
version = "8.2.4";
version = "8.2.5";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
hash = "sha256-Q+1l9KZ1Za0pb4X2It99Ui7RiOsTWDt0UrIus9ZAoJU=";
hash = "sha256-uupFeQ73hr6ziLEtzgVJWASUxhspXJX54/U+3PLSCFY=";
};
patches = [