mirror of
https://github.com/daylinmorgan/nimpkgs.git
synced 2024-12-21 18:50:43 -06:00
swap karax branches
This commit is contained in:
parent
e0fc3b6d83
commit
ff268cc5af
3 changed files with 6 additions and 6 deletions
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1723703277,
|
"lastModified": 1731890469,
|
||||||
"narHash": "sha256-nk0RaUB5f68BwtXAYy3WAjqFhVKqIl9Z89RGycTa2vk=",
|
"narHash": "sha256-D1FNZ70NmQEwNxpSSdTXCSklBH1z2isPR84J6DQrJGs=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "8b908192e64224420e2d59dfd9b2e4309e154c5d",
|
"rev": "5083ec887760adfe12af64830a66807423a859a7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -13,12 +13,12 @@
|
||||||
},
|
},
|
||||||
"karax": {
|
"karax": {
|
||||||
"version": "1.3.3",
|
"version": "1.3.3",
|
||||||
"vcsRevision": "d3febfc15daa4771e9e53d5ba8a87531dd259ed0",
|
"vcsRevision": "3033d83302753993e7dd8517be0a4d630fb1cd4d",
|
||||||
"url": "https://github.com/daylinmorgan/karax",
|
"url": "https://github.com/daylinmorgan/karax",
|
||||||
"downloadMethod": "git",
|
"downloadMethod": "git",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"checksums": {
|
"checksums": {
|
||||||
"sha1": "8abc752c46a5e8a5086ad9fc548d28a3065579dd"
|
"sha1": "7180293d2b39f17827ae84d395c9e65f45565107"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires "nim >= 2.0.0"
|
requires "nim >= 2.0.0"
|
||||||
requires "https://github.com/daylinmorgan/karax#no-karun"
|
requires "https://github.com/daylinmorgan/karax#karun-dir"
|
||||||
requires "jsony"
|
requires "jsony"
|
||||||
|
|
Loading…
Reference in a new issue