Bump version to 1.2.0

This commit is contained in:
adisbladis 2022-08-24 12:05:27 +08:00
parent a54ee7973a
commit 02243eca0b

View file

@ -1,6 +1,6 @@
{ lib }:
(import ./generic.nix {
version = "1.1.0";
version = "1.2.0";
src = lib.cleanSourceWith {
filter = name: type: builtins.foldl' (v: s: v && ! lib.hasSuffix s name) true [
"tests"