lol

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

https://github.com/elementary/switchboard-plug-sharing/compare/8.0.1...8.0.2

+2 -2
+2 -2
pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix
··· 17 18 stdenv.mkDerivation rec { 19 pname = "switchboard-plug-sharing"; 20 - version = "8.0.1"; 21 22 src = fetchFromGitHub { 23 owner = "elementary"; 24 repo = pname; 25 rev = version; 26 - sha256 = "sha256-BWlQrM13gI6FXoqfOKoeqtE1+HVBUB09NDatGraTYtY="; 27 }; 28 29 nativeBuildInputs = [
··· 17 18 stdenv.mkDerivation rec { 19 pname = "switchboard-plug-sharing"; 20 + version = "8.0.2"; 21 22 src = fetchFromGitHub { 23 owner = "elementary"; 24 repo = pname; 25 rev = version; 26 + hash = "sha256-XTgUHgvBSzZeuUup0gT6sbhyT4FGGG7o+qbPmfeRVQE="; 27 }; 28 29 nativeBuildInputs = [