File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
pkgs/desktops/pantheon/desktop/elementary-onboarding Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 11{ lib
22, stdenv
33, fetchFromGitHub
4- , fetchpatch
54, nix-update-script
65, meson
76, ninja
2019
2120stdenv . 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
You can’t perform that action at this time.
0 commit comments