pantheon.gala: 7.0.2 -> 7.0.3

https://github.com/elementary/gala/releases/tag/7.0.3
This commit is contained in:
Bobby Rong 2023-05-03 10:02:19 +08:00
parent 1a411f23ba
commit 38b39c076b
No known key found for this signature in database

View file

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "gala";
version = "7.0.2";
version = "7.0.3";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-+StE63q6niRK7ypFNzSsAQfPmbrzlBKm1GGESBKSSl4=";
sha256 = "sha256-RLKPYDWVqT2WfjLPXRFPCNNvcW+fJ0OUKjSLLgPBqdw=";
};
patches = [