1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

fastcdr: 2.2.3 -> 2.2.4 (#341004)

This commit is contained in:
Nick Cao 2024-09-10 17:20:08 -04:00 committed by GitHub
commit 3e917af3ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "fastcdr"; pname = "fastcdr";
version = "2.2.3"; version = "2.2.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eProsima"; owner = "eProsima";
repo = "Fast-CDR"; repo = "Fast-CDR";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-x+lkbssrNQQXmnlfYM2cGMVQZRiONNeImHj5EPm93ls="; hash = "sha256-R+StDJVqT0ktbr4cQBwEAPmju+pmBvxonezsIsPwmgc=";
}; };
patches = [ patches = [