1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

opensplice: 6.9.190705 -> 6.9.190925

This commit is contained in:
Ben Wolsieffer 2020-12-05 19:02:05 -05:00
parent 08f7edf414
commit 98166fe793

View file

@ -9,13 +9,13 @@ let
}.${stdenv.hostPlatform.system} or (throw "Unsupported platform");
in stdenv.mkDerivation rec {
pname = "opensplice";
version = "6.9.190705";
version = "6.9.190925";
src = fetchFromGitHub {
owner = "ADLINK-IST";
repo = pname;
rev = "OSPL_V${lib.replaceStrings ["."] ["_"] version}OSS_RELEASE";
sha256 = "1vx5vyg6qd2kpmvxg639hhdil0hdg4fkydvlbym0h1l8psgdjzk5";
sha256 = "1q8m6k6jk66n0s5g9c058l39j02n0jl1prxbh37c1g5lh4ajg4rd";
};
postPatch = ''