pantheon.switchboard-plug-sharing: 8.0.0 -> 8.0.1

https://github.com/elementary/switchboard-plug-sharing/compare/8.0.0...8.0.1
This commit is contained in:
Bobby Rong 2024-12-13 22:12:08 +08:00
parent 8145858d24
commit e674d4450b
No known key found for this signature in database

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-sharing";
version = "8.0.0";
version = "8.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-0XfXxN1hI1Qak0J43lnNA/D0suqeKbYLjo+a+Peu6Us=";
sha256 = "sha256-BWlQrM13gI6FXoqfOKoeqtE1+HVBUB09NDatGraTYtY=";
};
nativeBuildInputs = [