Unverified Commit 1953c7ef authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

asdf-vm: 0.10.0 -> 0.10.2
parents fae0b890 00ff7194
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.10.0";
  version = "0.10.2";

  src = fetchFromGitHub {
    owner = "asdf-vm";
    repo = "asdf";
    rev = "v${version}";
    sha256 = "sha256-yWQ74tVYBZszuuE3PaDB758kCjKO6oBOG/Z+T3+82po=";
    sha256 = "sha256-x1B5eKo6PS/4+kCAZqCoOxFymcCobpf4caPSNI6WFOk=";
  };

  nativeBuildInputs = [