pantheon.gala: 7.0.3 -> 7.1.0

https://github.com/elementary/gala/releases/tag/7.1.0
This commit is contained in:
Bobby Rong 2023-06-26 23:57:00 +08:00
parent 1c9db9710c
commit 5f10b0db41
No known key found for this signature in database

View file

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