libow: 3.2p1 -> 3.2p3
This commit is contained in:
parent
4311cfa157
commit
ce1788bd20
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoconf, automake, pkgconfig, libtool }:
|
{ stdenv, fetchFromGitHub, autoconf, automake, pkgconfig, libtool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.2p1";
|
version = "3.2p3";
|
||||||
pname = "libow";
|
pname = "libow";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "owfs";
|
owner = "owfs";
|
||||||
repo = "owfs";
|
repo = "owfs";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "17jhhvlqzndf7q3xnb8bjf4j0j905c420cbxabwpz8xac3z62vb8";
|
sha256 = "02l3r4ixhicph5iqxdjanck2gbqkfs9vnnac112bzlvlw3x9r03m";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake pkgconfig ];
|
nativeBuildInputs = [ autoconf automake pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user