swiftformat: 0.54.5 -> 0.54.6
This commit is contained in:
parent
ae3c2f5a76
commit
49c379482e
2 changed files with 8 additions and 8 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -90,11 +90,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727999297,
|
"lastModified": 1728385805,
|
||||||
"narHash": "sha256-LTJuQPCsSItZ/8TieFeP30iY+uaLoD0mT0tAj1gLeyQ=",
|
"narHash": "sha256-mUd38b0vhB7yzgAjNOaFz7VY9xIVzlbn3P2wjGBcVV0=",
|
||||||
"owner": "LnL7",
|
"owner": "LnL7",
|
||||||
"repo": "nix-darwin",
|
"repo": "nix-darwin",
|
||||||
"rev": "8c8388ade72e58efdeae71b4cbb79e872c23a56b",
|
"rev": "48b50b3b137be5cfb9f4d006835ce7c3fe558ccc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -105,11 +105,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728018373,
|
"lastModified": 1728241625,
|
||||||
"narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=",
|
"narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "bc947f541ae55e999ffdb4013441347d83b00feb",
|
"rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
clangStdenv.mkDerivation rec {
|
clangStdenv.mkDerivation rec {
|
||||||
pname = "swiftformat";
|
pname = "swiftformat";
|
||||||
version = "0.54.5";
|
version = "0.54.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nicklockwood";
|
owner = "nicklockwood";
|
||||||
repo = "SwiftFormat";
|
repo = "SwiftFormat";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-gJniYnMjtOSR5d6Z/OIN3+M5L4/yjTmeJV34M/Gmpx8=";
|
sha256 = "sha256-LYPgOaKMF3jcgkbkQWEXzX4IVNopl9ZNp8XtIUy6zCQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ swift swiftpm ];
|
nativeBuildInputs = [ swift swiftpm ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue