mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, mkDerivation, gzip, gnutar }:
|
{ lib, stdenv, fetchurl, gzip, gnutar }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.6.3";
|
version = "1.6.3";
|
||||||
@@ -16,7 +16,7 @@ let
|
|||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
in mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "npiperelay";
|
pname = "npiperelay";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user