pantheon.appcenter: 8.1.0 -> 8.2.0

https://github.com/elementary/appcenter/compare/8.1.0...8.2.0
This commit is contained in:
Bobby Rong
2025-05-05 22:23:40 +08:00
parent f771eb401a
commit e673b0fda8

View File

@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "appcenter";
version = "8.1.0";
version = "8.2.0";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
hash = "sha256-jVMXSy83z4zaG1YtCPRGvj1yl6wa5MJYtNp4XIsIY1k=";
hash = "sha256-dginzwQrzcgnVdRO54cGPVh6+yVx0zLsFeeAVhxWFnE=";
};
nativeBuildInputs = [