pantheon.appcenter: 8.0.0 -> 8.0.1

https://github.com/elementary/appcenter/compare/8.0.0...8.0.1
This commit is contained in:
Bobby Rong
2024-12-13 23:28:13 +08:00
parent 11c06cbb25
commit 5359b70614
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "appcenter";
version = "8.0.0";
version = "8.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
hash = "sha256-j2S8E/sdtkir3lhN1yg4qOjcvxlriXpapsPuANPqhcc=";
hash = "sha256-1YZ7vtPPTYI4w9zTxXVzmcdDJNOLqFlSRfnxy5aBZTo=";
};
nativeBuildInputs = [