pantheon.appcenter: 8.3.2 -> 8.4.0 (#505627)

This commit is contained in:
Bobby Rong
2026-04-01 14:35:58 +00:00
committed by GitHub
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "appcenter";
version = "8.3.2";
version = "8.4.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "appcenter";
tag = version;
hash = "sha256-K8XqWHR9TLkekPvx8VuigIWnqMRJcNf/rkfzUQAE0iU=";
hash = "sha256-8OgGeht0K7MpV9o2MOOt/XvTWHvvQGH+4bLzsWCsFqg=";
};
nativeBuildInputs = [