File tree Expand file tree Collapse file tree 2 files changed +4
-35
lines changed Expand file tree Collapse file tree 2 files changed +4
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
44
] ;
45
45
} ;
46
46
in
47
- python3Packages . buildPythonPackage {
47
+ python3Packages . buildPythonPackage rec {
48
48
pname = "pebble-tool" ;
49
- version = "5.0.2 " ;
49
+ version = "5.0.3 " ;
50
50
51
51
src = fetchFromGitHub {
52
52
owner = "coredevices" ;
53
53
repo = "pebble-tool" ;
54
- rev = "d99857c7a30695d0fd710a25e2bb4689c57b58ef " ;
55
- hash = "sha256-Ouhx7oam/uDdShZAPJjkMGm7SlCDSglWqDYzJ584aPY =" ;
54
+ tag = "v ${ version } " ;
55
+ hash = "sha256-QvNsDLq6sTn/befmZwlZ7TcIArHCOj/fXWOrDEdONIM =" ;
56
56
} ;
57
57
58
- patches = [
59
- # We have our own versions of the compiler toolchain and pebble-qemu, and we want to use those. SDK 4.4 ships
60
- # precompiled versions of these, which won't work on NixOS.
61
- ./no-sdk-binaries.patch
62
- ] ;
63
-
64
58
nativeBuildInputs = [ makeWrapper ] ;
65
59
66
60
buildInputs = [ nodejs ] ;
You can’t perform that action at this time.
0 commit comments