Unverified Commit 0a2406fc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #335962 from r-ryantm/auto-update/asdf-vm

asdf-vm: 0.14.0 -> 0.14.1
parents 7275495d 493fd655
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,13 +37,13 @@ ${asdfReshimFile}
  '';
in stdenv.mkDerivation rec {
  pname = "asdf-vm";
  version = "0.14.0";
  version = "0.14.1";

  src = fetchFromGitHub {
    owner = "asdf-vm";
    repo = "asdf";
    rev = "v${version}";
    sha256 = "sha256-DmwKzW0oHjokMxj2RMT4iogurEMKeAcl7MWlPTOqMmg=";
    sha256 = "sha256-1dacsAoZVwoQv8+V4FrjRLa7awLIZchlhkuET0wTO7w=";
  };

  nativeBuildInputs = [