pantheon.elementary-onboarding: 7.2.0 -> 8.0.0

This commit is contained in:
R. Ryantm 2024-08-13 07:08:23 +00:00 committed by Bobby Rong
parent 7bf351fe7e
commit aa21d6cc70

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "elementary-onboarding";
version = "7.2.0";
version = "8.0.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "onboarding";
rev = version;
sha256 = "sha256-5vEKQUGg5KQSheM6tSK8uieEfCqlY6pABfPb/333FHU=";
sha256 = "sha256-oG6L2t99BWeu8C6kE6IKgyc57Q8D1O9fdEMLnRA6AWY=";
};
nativeBuildInputs = [