Merge pull request #149389 from r-ryantm/auto-update/moolticute

moolticute: 0.52.0 -> 0.53.2
This commit is contained in:
Bobby Rong 2021-12-25 13:01:16 +08:00 committed by GitHub
commit 9b7c87a643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];