Current section
24 Versions
Jump to
Current section
24 Versions
Compare versions
3
files changed
+4
additions
-4
deletions
| @@ -1,6 +1,6 @@ | |
| 1 1 | {<<"links">>,[{<<"GitHub">>,<<"https://github.com/code-supply/deps_nix">>}]}. |
| 2 2 | {<<"name">>,<<"deps_nix">>}. |
| 3 | - {<<"version">>,<<"0.6.0">>}. |
| 3 | + {<<"version">>,<<"0.6.1">>}. |
| 4 4 | {<<"description">>, |
| 5 5 | <<"Mix task that converts Mix dependencies to Nix derivations">>}. |
| 6 6 | {<<"elixir">>,<<"~> 1.16">>}. |
| @@ -12,7 +12,7 @@ defmodule DepsNix.MixProject do | |
| 12 12 | elixir: "~> 1.16", |
| 13 13 | package: package(), |
| 14 14 | start_permanent: Mix.env() == :prod, |
| 15 | - version: "0.6.0", |
| 15 | + version: "0.6.1", |
| 16 16 | |
| 17 17 | # Docs |
| 18 18 | source_url: @scm_url, |
| @@ -38,8 +38,8 @@ let | |
| 38 38 | extendedPkgs = pkgs.extend fenixOverlay; |
| 39 39 | fenixOverlay = import |
| 40 40 | "${fetchTarball { |
| 41 | - url = "https://github.com/nix-community/fenix/archive/43efa7a3a97f290441bd75b18defcd4f7b8df220.tar.gz"; |
| 42 | - sha256 = "sha256:1b9v45cafixpbj6iqjw3wr0yfpcrh3p11am7v0cjpjq5n8bhs8v3"; |
| 41 | + url = "https://github.com/nix-community/fenix/archive/280efe0e9b7b824518091a5aff76065785f81649.tar.gz"; |
| 42 | + sha256 = "sha256:07qi34kbz9hyxp0cjh2r37ix0jc849rd5c9cxw1ad3l4r92f4fcg"; |
| 43 43 | }}/overlay.nix"; |
| 44 44 | nativeDir = buildNativeDir old.src; |
| 45 45 | fenix = |