Commit cde7e5bf authored by R. RyanTM's avatar R. RyanTM
Browse files

lomiri.lomiri-schemas: 0.1.9 -> 0.1.10

parent 825a8a4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "lomiri-schemas";
  version = "0.1.9";
  version = "0.1.10";

  src = fetchFromGitLab {
    owner = "ubports";
    repo = "development/core/lomiri-schemas";
    tag = finalAttrs.version;
    hash = "sha256-qdkKQpKIad7bEMaN6q79byVTipuvUFSdCZQKdMtOERo=";
    hash = "sha256-QZZTsVKu/6hyHhbBXZOYp4uVuih0nIBPocDsxBtbvyQ=";
  };

  strictDeps = true;