Unverified Commit a81d34c5 authored by Michael Weiss's avatar Michael Weiss Committed by GitHub
Browse files

Merge pull request #141957 from primeos/aml

aml: 0.2.0 -> 0.2.1
parents 06bc193d 3b93c7a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "aml";
  version = "0.2.0";
  version = "0.2.1";

  src = fetchFromGitHub {
    owner = "any1";
    repo = pname;
    rev = "v${version}";
    sha256 = "0mxmzlhiv88hm4sf8kyawyrml8qy1xis019hdyb5skl9g95z9yyf";
    sha256 = "1m911n3rd41ch4yk3k9k1lz29xp3h54k6jx122abq5kmngy9znqw";
  };

  nativeBuildInputs = [ meson pkg-config ninja ];