File tree Expand file tree Collapse file tree 14 files changed +55
-30
lines changed Expand file tree Collapse file tree 14 files changed +55
-30
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ in rec {
103
103
fetchurl {
104
104
url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops${ platform_major } /R-${ platform_major } .${ platform_minor } -${ timestamp } /eclipse-SDK-${ platform_major } .${ platform_minor } -linux-gtk-${ arch } .tar.gz" ;
105
105
hash = {
106
- x86_64 = "sha512-hmdWGteMDt4HhYq+k9twuftalpTzHtGnVVLphZcpJcw+6vJfersciDMaeLRqbCAeFbzJdgzjYo76bpP6FubySw ==" ;
106
+ x86_64 = "sha512-yH4/K9sBLCUc2EVYwPL0dLql/S3AfaV6fFh7ewAuIb7yHtcsOWMqy/h1hZUlFFg2ykfwDWDDHEK7qfTI0hM7BQ ==" ;
107
107
aarch64 = "sha512-UYp8t7r2RrN3rKN180cWpJyhyO5LVXL8LrTRKJzttUgB7kM1nroTEI3DesBu+Hw4Ynl7eLiBK397rqcpOAfxJw==" ;
108
108
} . ${ arch } ;
109
109
} ;
Original file line number Diff line number Diff line change 9
9
10
10
let
11
11
# Keep these separate so the update script can regex them
12
- rpcs3GitVersion = "14637-c471120a8 " ;
13
- rpcs3Version = "0.0.26-14637-c471120a8 " ;
14
- rpcs3Revision = "c471120a80ec6f12cd4489e1a9be073d7d9c96f2 " ;
15
- rpcs3Sha256 = "1fl7zarxbjaz6mi3lqv55kdwpvjfz8d02qfl0655zihwm6zzdny5 " ;
12
+ rpcs3GitVersion = "14684-8652b7d35 " ;
13
+ rpcs3Version = "0.0.26-14684-8652b7d35 " ;
14
+ rpcs3Revision = "8652b7d358fe975242dd2c51c91fd2968e6bcb82 " ;
15
+ rpcs3Sha256 = "08cd082cih9pcppipkhid1x1s7bq4grsz0zfa1rlxkzw3lajxnrf " ;
16
16
17
17
ittapi = fetchFromGitHub {
18
18
owner = "intel" ;
Original file line number Diff line number Diff line change 47
47
48
48
stdenv . mkDerivation rec {
49
49
pname = "imagemagick" ;
50
- version = "7.1.0-60 " ;
50
+ version = "7.1.0-61 " ;
51
51
52
52
src = fetchFromGitHub {
53
53
owner = "ImageMagick" ;
54
54
repo = "ImageMagick" ;
55
55
rev = version ;
56
- hash = "sha256-dQfmW9rt66eWOaKbZ9j8jc1k8v+F8B9TpTx12L+0VE4 =" ;
56
+ hash = "sha256-g7WeqPpPd1gceU+s+vRDpb41IX1lzpiqh3cAYeFdUlg =" ;
57
57
} ;
58
58
59
59
outputs = [ "out" "dev" "doc" ] ; # bin/ isn't really big
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ assert enableViewer -> wrapGAppsHook != null;
29
29
30
30
stdenv . mkDerivation rec {
31
31
pname = "aravis" ;
32
- version = "0.8.22 " ;
32
+ version = "0.8.24 " ;
33
33
34
34
src = fetchFromGitHub {
35
35
owner = "AravisProject" ;
36
36
repo = pname ;
37
37
rev = version ;
38
- sha256 = "sha256-S9DmXjywxNr5Rpx605zip76vGKBSrUwyerqXlBm05VI =" ;
38
+ sha256 = "sha256-2d2CZzRfVr45gfgIg43Rr+1SoVIxzy8YjaQJhwi5owE =" ;
39
39
} ;
40
40
41
41
outputs = [ "bin" "dev" "out" "lib" ] ;
Original file line number Diff line number Diff line change 12
12
13
13
buildPythonPackage rec {
14
14
pname = "oralb-ble" ;
15
- version = "0.17.2 " ;
15
+ version = "0.17.4 " ;
16
16
format = "pyproject" ;
17
17
18
18
disabled = pythonOlder "3.9" ;
@@ -21,7 +21,7 @@ buildPythonPackage rec {
21
21
owner = "Bluetooth-Devices" ;
22
22
repo = pname ;
23
23
rev = "refs/tags/v${ version } " ;
24
- hash = "sha256-v2c1FoLgG6HH02d+YBr4Qh12ztRsiwWyueUNOBpWqPM =" ;
24
+ hash = "sha256-KvvcyeYXBtV/sUKMv+1xoXH9ALUX46EWS/STFZkCnUQ =" ;
25
25
} ;
26
26
27
27
nativeBuildInputs = [
Original file line number Diff line number Diff line change 12
12
13
13
buildPythonPackage rec {
14
14
pname = "schwifty" ;
15
- version = "2022.9 .0" ;
15
+ version = "2023.2 .0" ;
16
16
format = "pyproject" ;
17
17
18
18
disabled = pythonOlder "3.7" ;
19
19
20
20
src = fetchPypi {
21
21
inherit pname version ;
22
- sha256 = "sha256-/zxK0pUfg5G5w9E+QBt1H12Ld5gWc+WakQdNVRMSFiA =" ;
22
+ sha256 = "sha256-YEBBrU+Xcl5zFPEt/EvPD5eFPUYSpGJ3ZoIK6PRVwlc =" ;
23
23
} ;
24
24
25
25
propagatedBuildInputs = [
Original file line number Diff line number Diff line change 11
11
12
12
buildPythonPackage rec {
13
13
pname = "sensorpro-ble" ;
14
- version = "0.5.1 " ;
14
+ version = "0.5.3 " ;
15
15
format = "pyproject" ;
16
16
17
17
disabled = pythonOlder "3.9" ;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
20
owner = "Bluetooth-Devices" ;
21
21
repo = pname ;
22
22
rev = "v${ version } " ;
23
- hash = "sha256-D0xHNPsGlNBoHR3LqR6TbVhqXWapzwYsG+uN3kSF1oE =" ;
23
+ hash = "sha256-Zqa6qa0Jw79Iu4VEw6KN0GsZcC1X7OpiYUiyT4zwKyY =" ;
24
24
} ;
25
25
26
26
nativeBuildInputs = [
Original file line number Diff line number Diff line change 11
11
12
12
buildPythonPackage rec {
13
13
pname = "sensorpush-ble" ;
14
- version = "1.5.2 " ;
14
+ version = "1.5.5 " ;
15
15
format = "pyproject" ;
16
16
17
17
disabled = pythonOlder "3.9" ;
18
18
19
19
src = fetchFromGitHub {
20
20
owner = "Bluetooth-Devices" ;
21
21
repo = pname ;
22
- rev = "v${ version } " ;
23
- hash = "sha256-64DywtZwfDFjW8WUzw3ZTT462sBGFgAHGc0bGnKCJpY =" ;
22
+ rev = "refs/tags/ v${ version } " ;
23
+ hash = "sha256-17Yzpbcy/r+GlkLktgghehfAEboZHMbB/Dze1no4I80 =" ;
24
24
} ;
25
25
26
26
nativeBuildInputs = [
@@ -49,6 +49,7 @@ buildPythonPackage rec {
49
49
meta = with lib ; {
50
50
description = "Library for SensorPush BLE devices" ;
51
51
homepage = "https://github.com/Bluetooth-Devices/sensorpush-ble" ;
52
+ changelog = "https://github.com/Bluetooth-Devices/sensorpush-ble/releases/tag/v${ version } " ;
52
53
license = with licenses ; [ mit ] ;
53
54
maintainers = with maintainers ; [ fab ] ;
54
55
} ;
Original file line number Diff line number Diff line change 11
11
12
12
buildPythonPackage rec {
13
13
pname = "thermopro-ble" ;
14
- version = "0.4.3 " ;
14
+ version = "0.4.5 " ;
15
15
format = "pyproject" ;
16
16
17
17
disabled = pythonOlder "3.9" ;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
20
owner = "bluetooth-devices" ;
21
21
repo = pname ;
22
22
rev = "refs/tags/v${ version } " ;
23
- hash = "sha256-y8Uh1REZqfrS3Y/L/uCmHYkdPQzwzdx7eSz003oz05o =" ;
23
+ hash = "sha256-z3RrPOV7NGl3aNor+baeVivn+DKwYHcrdlM5sNMGVD0 =" ;
24
24
} ;
25
25
26
26
nativeBuildInputs = [
Original file line number Diff line number Diff line change 11
11
12
12
buildPythonPackage rec {
13
13
pname = "tilt-ble" ;
14
- version = "0.2.3 " ;
14
+ version = "0.2.4 " ;
15
15
format = "pyproject" ;
16
16
17
17
disabled = pythonOlder "3.9" ;
18
18
19
19
src = fetchFromGitHub {
20
20
owner = "Bluetooth-Devices" ;
21
21
repo = pname ;
22
- rev = "v${ version } " ;
23
- hash = "sha256-PR+BA0wUljUeUYCTRMKxkG+kj6PfklksbO/k9L7sWdE =" ;
22
+ rev = "refs/tags/ v${ version } " ;
23
+ hash = "sha256-ok9XWx47hcke535480NORfS1pSagaOJvMR48lYTa/Tg =" ;
24
24
} ;
25
25
26
26
nativeBuildInputs = [
@@ -49,6 +49,7 @@ buildPythonPackage rec {
49
49
meta = with lib ; {
50
50
description = "Library for Tilt BLE devices" ;
51
51
homepage = "https://github.com/Bluetooth-Devices/tilt-ble" ;
52
+ changelog = "https://github.com/Bluetooth-Devices/tilt-ble/releases/tag/v${ version } " ;
52
53
license = with licenses ; [ mit ] ;
53
54
maintainers = with maintainers ; [ fab ] ;
54
55
} ;
You can’t perform that action at this time.
0 commit comments