Skip to content

Commit f91d222

Browse files
committed
pantheon.elementary-onboarding: 8.0.1 -> 8.0.2
elementary/onboarding@8.0.1...8.0.2
1 parent 4aa3656 commit f91d222

File tree

1 file changed

+2
-12
lines changed
  • pkgs/desktops/pantheon/desktop/elementary-onboarding

1 file changed

+2
-12
lines changed

pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{ lib
22
, stdenv
33
, fetchFromGitHub
4-
, fetchpatch
54
, nix-update-script
65
, meson
76
, ninja
@@ -20,24 +19,15 @@
2019

2120
stdenv.mkDerivation rec {
2221
pname = "elementary-onboarding";
23-
version = "8.0.1";
22+
version = "8.0.2";
2423

2524
src = fetchFromGitHub {
2625
owner = "elementary";
2726
repo = "onboarding";
2827
rev = version;
29-
sha256 = "sha256-p9N8Pblt15+BHcvlLjdPRyquM8w7ipieTcmUHpcMd6k=";
28+
sha256 = "sha256-tLqLGkcryXGe1wsupgwtnNtFj5aXXUPrwkpxUQmyJFM=";
3029
};
3130

32-
patches = [
33-
# WelcomeView: Fix missing handler when a row activated
34-
# https://github.com/elementary/onboarding/pull/243
35-
(fetchpatch {
36-
url = "https://github.com/elementary/onboarding/commit/391fab7867885578015abbebbe678e8d4f0f331d.patch";
37-
hash = "sha256-NnnvPQV2GBe8A6TiW5lq3J8hb4ruCSmri5UZ2W0fBIA=";
38-
})
39-
];
40-
4131
nativeBuildInputs = [
4232
meson
4333
ninja

0 commit comments

Comments
 (0)