rebar3: 3.9.0 -> 3.9.1 (#58864)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rebar3/versions
This commit is contained in:
parent
45a894bcb4
commit
8cf2baa408
|
@ -3,7 +3,7 @@
|
|||
tree, hexRegistrySnapshot }:
|
||||
|
||||
let
|
||||
version = "3.9.0";
|
||||
version = "3.9.1";
|
||||
|
||||
bootstrapper = ./rebar3-nix-bootstrap;
|
||||
|
||||
|
@ -75,7 +75,7 @@ stdenv.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/rebar/rebar3/archive/${version}.tar.gz";
|
||||
sha256 = "14prx5bkyy9sisnp5rj2058xpylq80xygsj1hq8b7m0awvj3r9wy";
|
||||
sha256 = "1n6287av29ws3bvjxxmw8s2j8avwich4ccisnnrnypfbm1khlcxp";
|
||||
};
|
||||
|
||||
inherit bootstrapper;
|
||||
|
|
Loading…
Reference in New Issue