Update ovni to 1.2.2

This commit is contained in:
Rodrigo Arias 2023-07-26 16:00:02 +02:00
parent f015e5f71c
commit 976cdd5a4d

View File

@ -15,12 +15,12 @@ with lib;
let
release = rec {
version = "1.2.0";
version = "1.2.2";
src = fetchFromGitHub {
owner = "bsc-pm";
repo = "ovni";
rev = "${version}";
sha256 = "sha256-J6eC62RT/0CHN7IXJuIw1c9GBkjvVEyh0HjIF7uG0FM=";
sha256 = "sha256-Hf6aeUN/uElfA9Lzzrejffb8RA6lcZQytqBdmIiBBJk=";
};
};