summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/aml
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 00:37:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 00:37:01 +0000
commitbed9f53c4114d69d961986fc4785c2be762b9d26 (patch)
tree6e7f0f75c9277db3bb08041d85e75115772cc60c /pkgs/development/libraries/aml
parente25d5905ecbaf2b23c5ae62237d60dc1ac914d9a (diff)
aml: 0.2.1 -> 0.2.2
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 ef3ba58e7e25..392dae609c0b 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.1";
+ version = "0.2.2";
src = fetchFromGitHub {
owner = "any1";
repo = pname;
rev = "v${version}";
- sha256 = "1m911n3rd41ch4yk3k9k1lz29xp3h54k6jx122abq5kmngy9znqw";
+ sha256 = "sha256-WhhjK9uzKyvnzpGtAWXXo0upfZTPINHVk0qmzNXwobE=";
};
nativeBuildInputs = [ meson pkg-config ninja ];