Compare commits

...

2 commits

Author SHA1 Message Date
a3f3d9e4a6
Add nmap 2023-09-02 22:35:11 -05:00
15df5cbb5b
swiftformat: 0.52.2 -> 0.52.3 2023-09-02 22:34:53 -05:00
3 changed files with 10 additions and 8 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1693187908,
"narHash": "sha256-cTcNpsqi1llmUFl9bmCdD0mTyfjhBrNFPhu2W12WXzA=",
"lastModified": 1693646047,
"narHash": "sha256-VsuXtCGOhrzp1qb1CSoV/cO+5f+GPtA4J/SFYqqLyfo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "8bde7a651b94ba30bd0baaa9c4a08aae88cc2e92",
"rev": "fae8af43e201a8929ce45a5ea46192bbd1ffff18",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1693158576,
"narHash": "sha256-aRTTXkYvhXosGx535iAFUaoFboUrZSYb1Ooih/auGp0=",
"lastModified": 1693565476,
"narHash": "sha256-ya00zHt7YbPo3ve/wNZ/6nts61xt7wK/APa6aZAfey0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a999c1cc0c9eb2095729d5aa03e0d8f7ed256780",
"rev": "aa8aa7e2ea35ce655297e8322dc82bf77a31d04b",
"type": "github"
},
"original": {

View file

@ -10,6 +10,7 @@
binwalk
cloc
croc
dmg2img
exiftool
ffmpeg
go
@ -25,6 +26,7 @@
mtools
mtr
ncdu
nmap
neofetch
nixopsUnstable
p7zip

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.52.2";
version = "0.52.3";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-ylapNqSJc9wy6KFkhI5ydcuaDp2abKlau9PY3ieA90E=";
sha256 = "sha256-8uok67yJaWSkSZFXk6x3TF7IwAvbJMpglarQfelMhLs=";
};
nativeBuildInputs = [ swift swiftpm ];