Update pkgs/development/libraries/libnut/default.nix

Co-authored-by: Doron Behar <doron.behar@gmail.com>
This commit is contained in:
Jonathan Wright
2023-06-18 21:43:15 -07:00
committed by GitHub
co-authored by Doron Behar
parent 7b71f112e1
commit 9a41533476
@@ -1,4 +1,7 @@
{ stdenv, lib, fetchgit }:
{ stdenv
, lib
, fetchgit
}:
stdenv.mkDerivation rec {
pname = "libnut";
version = "unstable-2020-11-06";