Loading pkgs/development/web/lucky-cli/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ crystal.buildCrystalPackage rec { pname = "lucky-cli"; version = "0.30.0"; version = "1.0.0"; src = fetchFromGitHub { owner = "luckyframework"; repo = "lucky_cli"; rev = "v${version}"; hash = "sha256-fgrfVqRcb8xdvZ33XW3lBwR1GhjF/WeAglrPH2Fw31I="; hash = "sha256-Ky4DmClSyAVBAetpZM5tFnQZ74fchCOgcxBftd+gwlE="; }; # the integration tests will try to clone a remote repos Loading pkgs/development/web/lucky-cli/shard.lock +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ version: 2.0 shards: ameba: git: https://github.com/crystal-ameba/ameba.git version: 1.0.0 version: 1.1.0 lucky_task: git: https://github.com/luckyframework/lucky_task.git Loading @@ -10,7 +10,7 @@ shards: nox: git: https://github.com/matthewmcgarvey/nox.git version: 0.2.0 version: 0.2.2 teeplate: git: https://github.com/luckyframework/teeplate.git Loading pkgs/development/web/lucky-cli/shards.nix +4 −4 Original line number Diff line number Diff line { ameba = { url = "https://github.com/crystal-ameba/ameba.git"; rev = "v1.0.0"; sha256 = "01cgapdpk8dg7sdgnq6ql42g3kv5z2fmsc90z07d9zvjp9vs2idp"; rev = "v1.1.0"; sha256 = "0famv413myrshgv6y24mr84ny53rcsr777x323jlaf2isnhdd0b8"; }; lucky_task = { url = "https://github.com/luckyframework/lucky_task.git"; Loading @@ -11,8 +11,8 @@ }; nox = { url = "https://github.com/matthewmcgarvey/nox.git"; rev = "v0.2.0"; sha256 = "041wh7nbi8jxg314p5s4080ll9ywc48knpxmrzwj5h4rgmk7g231"; rev = "v0.2.2"; sha256 = "1dfq0aknrxwp9wc0glri4w5j8pfbc6b1xrsxkahci109p6dhcna5"; }; teeplate = { url = "https://github.com/luckyframework/teeplate.git"; Loading Loading
pkgs/development/web/lucky-cli/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ crystal.buildCrystalPackage rec { pname = "lucky-cli"; version = "0.30.0"; version = "1.0.0"; src = fetchFromGitHub { owner = "luckyframework"; repo = "lucky_cli"; rev = "v${version}"; hash = "sha256-fgrfVqRcb8xdvZ33XW3lBwR1GhjF/WeAglrPH2Fw31I="; hash = "sha256-Ky4DmClSyAVBAetpZM5tFnQZ74fchCOgcxBftd+gwlE="; }; # the integration tests will try to clone a remote repos Loading
pkgs/development/web/lucky-cli/shard.lock +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ version: 2.0 shards: ameba: git: https://github.com/crystal-ameba/ameba.git version: 1.0.0 version: 1.1.0 lucky_task: git: https://github.com/luckyframework/lucky_task.git Loading @@ -10,7 +10,7 @@ shards: nox: git: https://github.com/matthewmcgarvey/nox.git version: 0.2.0 version: 0.2.2 teeplate: git: https://github.com/luckyframework/teeplate.git Loading
pkgs/development/web/lucky-cli/shards.nix +4 −4 Original line number Diff line number Diff line { ameba = { url = "https://github.com/crystal-ameba/ameba.git"; rev = "v1.0.0"; sha256 = "01cgapdpk8dg7sdgnq6ql42g3kv5z2fmsc90z07d9zvjp9vs2idp"; rev = "v1.1.0"; sha256 = "0famv413myrshgv6y24mr84ny53rcsr777x323jlaf2isnhdd0b8"; }; lucky_task = { url = "https://github.com/luckyframework/lucky_task.git"; Loading @@ -11,8 +11,8 @@ }; nox = { url = "https://github.com/matthewmcgarvey/nox.git"; rev = "v0.2.0"; sha256 = "041wh7nbi8jxg314p5s4080ll9ywc48knpxmrzwj5h4rgmk7g231"; rev = "v0.2.2"; sha256 = "1dfq0aknrxwp9wc0glri4w5j8pfbc6b1xrsxkahci109p6dhcna5"; }; teeplate = { url = "https://github.com/luckyframework/teeplate.git"; Loading