Compare commits

..

No commits in common. "a3f3d9e4a68562f069d81100eae3663e81fb1421" and "43ec8715ff3b585fcd94152bc89d47a31578f6c7" have entirely different histories.

3 changed files with 8 additions and 10 deletions

12
flake.lock generated
View file

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

View file

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

View file

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