moolticute: 0.52.0 -> 0.53.2

This commit is contained in:
R. Ryantm 2021-12-07 16:02:57 +00:00
parent a98017a5f9
commit c0129d2879

View File

@ -9,13 +9,13 @@
mkDerivation rec {
pname = "moolticute";
version = "0.52.0";
version = "0.53.2";
src = fetchFromGitHub {
owner = "mooltipass";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6o0Tf6qBxCEOvfSuEP2Qz72T9Oexp95knRCtwImlpsA=";
sha256 = "sha256-CJVOmFX2wqftQt8j9Tlw93YBiTWE8l1RLprG0cmHeUE=";
};
outputs = [ "out" "udev" ];