swiftformat: 0.51.13 -> 0.51.15

This commit is contained in:
Spotlight 2023-08-09 06:40:16 -05:00
parent e2fc859b77
commit f1e13fe10d
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 9 additions and 9 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1691312444, "lastModified": 1691506824,
"narHash": "sha256-J9e9dGwAPTX+UlAn8jehoyaEq6fwK+L+gunfx0cYT4E=", "narHash": "sha256-Z2Ms7036CCEAfCmDBDy+sFauO6/7fx2UN3aoPCpp4tA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "903e06d734bcae48efb79b9afd51b406d2744179", "rev": "7b8d43fbaf8450c30caaed5eab876897d0af891b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1691368598, "lastModified": 1691472822,
"narHash": "sha256-ia7li22keBBbj02tEdqjVeLtc7ZlSBuhUk+7XTUFr14=", "narHash": "sha256-XVfYZ2oB3lNPVq6sHCY9WkdQ8lHoIDzzbpg8bB6oBxA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5a8e9243812ba528000995b294292d3b5e120947", "rev": "41c7605718399dcfa53dd7083793b6ae3bc969ff",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "swiftformat"; pname = "swiftformat";
version = "0.51.13"; version = "0.51.15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nicklockwood"; owner = "nicklockwood";
repo = "SwiftFormat"; repo = "SwiftFormat";
rev = version; rev = version;
sha256 = "sha256-8AvPA8KzejU4BI/BAX+gCjwPi4Xv0jEQbLHj9OCtasw"; sha256 = "sha256-cxW5L2x4HOfDxyx+lm8ek2DWwseu6KmTcBLCRw9HXSE=";
}; };
nativeBuildInputs = [ swift swiftpm ]; nativeBuildInputs = [ swift swiftpm ];
@ -36,4 +36,4 @@ stdenv.mkDerivation rec {
platforms = with lib.platforms; linux ++ darwin; platforms = with lib.platforms; linux ++ darwin;
hydraPlatforms = []; hydraPlatforms = [];
}; };
} }