Merge pull request #165486 from r-ryantm/auto-update/libuldaq

libuldaq: 1.2.0 -> 1.2.1
This commit is contained in:
Lassulus 2022-04-06 19:34:35 +01:00 committed by GitHub
commit a64987375f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libuldaq";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "mccdaq";
repo = "uldaq";
rev = "v${version}";
sha256 = "0l9ima8ac99yd9vvjvdrmacm95ghv687wiy39zxm00cmghcfv3vj";
sha256 = "sha256-DA1mxu94z5xDpGK9OBwD02HXlOATv/slqZ4lz5GM7QM=";
};
patches = [