pantheon.appcenter: 8.0.1 -> 8.1.0

https://github.com/elementary/appcenter/compare/8.0.1...8.1.0
This commit is contained in:
Bobby Rong
2025-03-07 20:50:42 +08:00
parent cddfe271e8
commit c11fb08f6f

View File

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