about summary refs log tree commit diff
path: root/pkgs/development/libraries/aml
diff options
context:
space:
mode:
authorMichael Weiss2021-10-16 22:29:38 +0200
committerMichael Weiss2021-10-17 11:05:44 +0200
commit3b93c7a39e0ae4b54a243cdacbdc83587111c0f7 (patch)
treeb924b93e50b119ba1c9082ae3cf1a19ce45833d6 /pkgs/development/libraries/aml
parent96125a24a89c45e9a9ed99856c01d9099e195be9 (diff)
aml: 0.2.0 -> 0.2.1
Diffstat (limited to 'pkgs/development/libraries/aml')
-rw-r--r--pkgs/development/libraries/aml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aml/default.nix b/pkgs/development/libraries/aml/default.nix
index 899dafde76f2..ef3ba58e7e25 100644
--- a/pkgs/development/libraries/aml/default.nix
+++ b/pkgs/development/libraries/aml/default.nix
@@ -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 ];