lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

aml: 0.2.2 -> 0.3.0

Diff: https://github.com/any1/aml/compare/v0.2.2...v0.3.0

Nick Cao ad662be9 5b013094

+2 -2
+2 -2
pkgs/development/libraries/aml/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "aml"; 5 - version = "0.2.2"; 5 + version = "0.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "any1"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-WhhjK9uzKyvnzpGtAWXXo0upfZTPINHVk0qmzNXwobE="; 11 + sha256 = "sha256-BX+MRqvnwwLPhz22m0gfJ2EkW31KQEi/YTgOCMcQk2Q="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ meson pkg-config ninja ];