mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nncp: 8.10.0 -> 8.11.0
- http://www.nncpgo.org/Release-8_005f11_005f0.html - go ≥ 1.22
This commit is contained in:
parent
4b9592ba68
commit
359b5d5382
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, lib
|
, lib
|
||||||
, genericUpdater
|
, genericUpdater
|
||||||
, go_1_21
|
, go
|
||||||
, perl
|
, perl
|
||||||
, stdenv
|
, stdenv
|
||||||
, writeShellScript
|
, writeShellScript
|
||||||
|
@ -11,16 +11,16 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "nncp";
|
pname = "nncp";
|
||||||
version = "8.10.0";
|
version = "8.11.0";
|
||||||
outputs = [ "out" "doc" "info" ];
|
outputs = [ "out" "doc" "info" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.nncpgo.org/download/nncp-${finalAttrs.version}.tar.xz";
|
url = "http://www.nncpgo.org/download/nncp-${finalAttrs.version}.tar.xz";
|
||||||
sha256 = "154e13ba15c0ea93f54525793b0699e496b2db7281e1555f08d785a528f3f7fc";
|
sha256 = "7EEUvNkYSqh4HzjbqjqgQlXfu6nDU2v3WWnma8M0r/I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
go_1_21
|
go
|
||||||
];
|
];
|
||||||
|
|
||||||
# Build parameters
|
# Build parameters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue