Skip to content

Commit ec4cce2

Browse files
committed
coredev/pebble-tool: 5.0.2 -> 5.0.3
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 83a7fce commit ec4cce2

File tree

2 files changed

+4
-35
lines changed

2 files changed

+4
-35
lines changed

derivations/coredevices/no-sdk-binaries.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

derivations/coredevices/pebble-tool.nix

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,17 @@ let
4444
];
4545
};
4646
in
47-
python3Packages.buildPythonPackage {
47+
python3Packages.buildPythonPackage rec {
4848
pname = "pebble-tool";
49-
version = "5.0.2";
49+
version = "5.0.3";
5050

5151
src = fetchFromGitHub {
5252
owner = "coredevices";
5353
repo = "pebble-tool";
54-
rev = "d99857c7a30695d0fd710a25e2bb4689c57b58ef";
55-
hash = "sha256-Ouhx7oam/uDdShZAPJjkMGm7SlCDSglWqDYzJ584aPY=";
54+
tag = "v${version}";
55+
hash = "sha256-QvNsDLq6sTn/befmZwlZ7TcIArHCOj/fXWOrDEdONIM=";
5656
};
5757

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-
6458
nativeBuildInputs = [ makeWrapper ];
6559

6660
buildInputs = [ nodejs ];

0 commit comments

Comments
 (0)