libuldaq: 1.2.0 -> 1.2.1

main
R. Ryantm 2 years ago
parent 30d2d4a499
commit a82aed502c
  1. 4
      pkgs/development/libraries/libuldaq/default.nix

@ -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 = [

Loading…
Cancel
Save