mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
opensplice: 6.9.190925 -> 6.9.210323
This commit is contained in:
parent
b0efc9cbee
commit
0811495d8c
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@ let
|
||||||
}.${stdenv.hostPlatform.system} or (throw "Unsupported platform");
|
}.${stdenv.hostPlatform.system} or (throw "Unsupported platform");
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "opensplice";
|
pname = "opensplice";
|
||||||
version = "6.9.190925";
|
version = "6.9.210323";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ADLINK-IST";
|
owner = "ADLINK-IST";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "OSPL_V${lib.replaceStrings ["."] ["_"] version}OSS_RELEASE";
|
rev = "OSPL_V${lib.replaceStrings ["."] ["_"] version}OSS_RELEASE";
|
||||||
sha256 = "1q8m6k6jk66n0s5g9c058l39j02n0jl1prxbh37c1g5lh4ajg4rd";
|
sha256 = "0zg1gcrxkgp20yd7dil30qrm6w58jvn9x106rvsfs8q1vaafg5f7";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue