Compare commits

..

No commits in common. "e5e6c8d54bd17008be7f66be7afb7e40a1bdede3" and "1ab0f7f11736f9373fc50873eb27234218a2229f" have entirely different histories.

3 changed files with 8 additions and 9 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1696063111,
"narHash": "sha256-F2IJEbyH3xG0eqyAYn9JoV+niqNz+xb4HICYNkkviNI=",
"lastModified": 1695738267,
"narHash": "sha256-LTNAbTQ96xSj17xBfsFrFS9i56U2BMLpD0BduhrsVkU=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "ae896c810f501bf0c3a2fd7fc2de094dd0addf01",
"rev": "0f4e5b4999fd6a42ece5da8a3a2439a50e48e486",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1695830400,
"narHash": "sha256-gToZXQVr0G/1WriO83olnqrLSHF2Jb8BPcmCt497ro0=",
"lastModified": 1695644571,
"narHash": "sha256-asS9dCCdlt1lPq0DLwkVBbVoEKuEuz+Zi3DG7pR/RxA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8a86b98f0ba1c405358f1b71ff8b5e1d317f5db2",
"rev": "6500b4580c2a1f3d0f980d32d285739d8e156d92",
"type": "github"
},
"original": {

View file

@ -23,7 +23,6 @@
jdk
jq
meld
mitmproxy
monaco-powerline
mtools
mtr

View file

@ -2,13 +2,13 @@
clangStdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.52.5";
version = "0.52.4";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-mt1K2xhS5T7X1rxBfuL9kWbmznyLLFDNpzPUi8RmvPw=";
sha256 = "sha256-I1oKNqhRjsj2Sz4HLmtEAocD8ZmgxquHTw5KwHQ2eHM=";
};
nativeBuildInputs = [ swift swiftpm ];