3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #97191 from r-ryantm/auto-update/libow

libow: 3.2p3 -> 3.2p4
This commit is contained in:
Doron Behar 2020-12-16 22:04:02 +02:00 committed by GitHub
commit f1c770be85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, autoconf, automake, pkgconfig, libtool }:
stdenv.mkDerivation rec {
version = "3.2p3";
version = "3.2p4";
pname = "libow";
src = fetchFromGitHub {
owner = "owfs";
repo = "owfs";
rev = "v${version}";
sha256 = "02l3r4ixhicph5iqxdjanck2gbqkfs9vnnac112bzlvlw3x9r03m";
sha256 = "0dln1ar7bxwhpi36sccmpwapy7iz4j097rbf02mgn42lw5vrcg3s";
};
nativeBuildInputs = [ autoconf automake pkgconfig ];