Commit 00ff7194 authored by R. RyanTM's avatar R. RyanTM
Browse files

asdf-vm: 0.10.0 -> 0.10.2

parent 98472c04
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 = [