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

Fix libphidget22 hash.

This commit is contained in:
Ben Wolsieffer 2020-06-13 16:31:36 -04:00
parent 7609ef453b
commit 5bfde8701e

View file

@ -8,6 +8,6 @@ rosSelf: rosSuper: with rosSelf.lib; {
libphidget22 = patchVendorUrl rosSuper.libphidget22 {
url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20200417.tar.gz";
sha256 = "1ab4d7ngvx009vajqv3kxw0s77z0hdd9xb8in1mvx87i1l3vndxa";
sha256 = "17xfc07bgllqr808jm779z98gwz01iik9skw2hcwpgg4j7kdxn5d";
};
}