pantheon.switchboard-plug-applications: 7.0.0 -> 7.0.1

https://github.com/elementary/switchboard-plug-applications/releases/tag/7.0.1
This commit is contained in:
Bobby Rong 2023-08-28 14:03:52 +08:00
parent c9de78a330
commit 1ffac91a87
No known key found for this signature in database

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-applications";
version = "7.0.0";
version = "7.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-M9JMrxhMiDC/qrrnPaBm6Kf3CAkxrhGWwJF8jVm2G5c=";
sha256 = "sha256-r2JKiTewsLQSZPriC0w72CFevRQXytrFcO2VfA9BKHA=";
};
nativeBuildInputs = [