forked from mirrors/nixpkgs
Update pkgs/development/libraries/libnut/default.nix
Co-authored-by: Doron Behar <doron.behar@gmail.com>
This commit is contained in:
parent
7b71f112e1
commit
9a41533476
|
@ -1,4 +1,7 @@
|
|||
{ stdenv, lib, fetchgit }:
|
||||
{ stdenv
|
||||
, lib
|
||||
, fetchgit
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libnut";
|
||||
version = "unstable-2020-11-06";
|
||||
|
|
Loading…
Reference in a new issue