pantheon.elementary-onboarding: 7.0.0 -> 7.0.1

This commit is contained in:
Bobby Rong 2022-10-22 10:08:16 +08:00
parent e3babbd9a6
commit 0ecef48716
No known key found for this signature in database

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "elementary-onboarding";
version = "7.0.0";
version = "7.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "onboarding";
rev = version;
sha256 = "sha256-bxOy9VivpgL4xXJhDF7K/gpq9zcCFIJFfRpG7QC8svE=";
sha256 = "sha256-qfkrjIct+Dcf2nep7ixgjC7ILz+gZt4SHGfb1hywwcY=";
};
nativeBuildInputs = [