mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
subnetcalc: 2.6.2 -> 2.6.4
This commit is contained in:
parent
e0d91bd47c
commit
f56d90f9a4
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "subnetcalc";
|
pname = "subnetcalc";
|
||||||
version = "2.6.2";
|
version = "2.6.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dreibh";
|
owner = "dreibh";
|
||||||
repo = "subnetcalc";
|
repo = "subnetcalc";
|
||||||
tag = "subnetcalc-${finalAttrs.version}";
|
tag = "subnetcalc-${finalAttrs.version}";
|
||||||
hash = "sha256-TiPnNfETb69snl/8LXaIfjAq92meahvfIWSJLSrlxcc=";
|
hash = "sha256-FpDbU9kqen+NsJd8bSMUkTeq441+BXTKx/xKwcEBk10=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue