Merge pull request #170703 from viraptor/update-kalibrate

kalibrate-rtl: unstable-2013-12-14 -> unstable-2022-02-02
This commit is contained in:
markuskowa 2022-04-28 15:01:41 +02:00 committed by GitHub
commit dfc8b32edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "kalibrate-rtl"; pname = "kalibrate-rtl";
version = "unstable-2013-12-14"; version = "unstable-2022-02-02";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "steve-m"; owner = "steve-m";
repo = "kalibrate-rtl"; repo = "kalibrate-rtl";
rev = "aae11c8a8dc79692a94ccfee39ba01e8c8c05d38"; rev = "340003eb0846b069c3edef19ed3363b8ac7b5215";
sha256 = "1spbfflkqnw9s8317ppsf7b1nnkicqsmaqsnz1zf8i49ix70i6kn"; sha256 = "n9mfu8H2OS8dKPNhtJxBfMDp8aHEIcxg/R+kcRNOBpk=";
}; };
nativeBuildInputs = [ autoreconfHook pkg-config ]; nativeBuildInputs = [ autoreconfHook pkg-config ];
@ -26,7 +26,7 @@ stdenv.mkDerivation {
''; '';
homepage = "https://github.com/steve-m/kalibrate-rtl"; homepage = "https://github.com/steve-m/kalibrate-rtl";
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ bjornfor ]; maintainers = with maintainers; [ bjornfor viraptor ];
}; };
} }