Skip to content

Commit

Permalink
rebar3: 3.22.0 -> 3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meppu authored and Yt committed Aug 7, 2023
1 parent e8ff793 commit 3133003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/rebar3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
writeScript, common-updater-scripts, coreutils, git, gnused, nix, rebar3-nix }:

let
version = "3.22.0";
version = "3.22.1";
owner = "erlang";
deps = import ./rebar-deps.nix { inherit fetchFromGitHub fetchgit fetchHex; };
rebar3 = stdenv.mkDerivation rec {
Expand All @@ -16,7 +16,7 @@ let
inherit owner;
repo = pname;
rev = version;
sha256 = "OCd9wGwnwOuv/Ojf1S4ALLn73AGKuXlRtukIiTSE2rs=";
sha256 = "bSsDNuwG3LLvBS7P/Ft0rpM/atwy36JonwP0fPRsEis=";
};

buildInputs = [ erlang ];
Expand Down

0 comments on commit 3133003

Please sign in to comment.