moolticute: 0.53.2 -> 0.53.7

(#152809)
This commit is contained in:
R. RyanTM 2022-01-11 14:04:28 -08:00 committed by GitHub
parent d4bd92225e
commit ce53f09f6f
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.53.2";
version = "0.53.7";
src = fetchFromGitHub {
owner = "mooltipass";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CJVOmFX2wqftQt8j9Tlw93YBiTWE8l1RLprG0cmHeUE=";
sha256 = "sha256-1hVvpfrfL/+DIeiPW5iVBEnoc8dy8vVWim4JjhsBlzM=";
};
outputs = [ "out" "udev" ];