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

opensplice: 6.9.190925 -> 6.9.210323

This commit is contained in:
Ben Wolsieffer 2021-11-26 00:15:50 -05:00
parent b0efc9cbee
commit 0811495d8c

View file

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