Merge pull request #180107 from hughobrien/moolticute-0.55.0

moolticute: 0.53.7 → 0.55.0
This commit is contained in:
superherointj 2022-07-04 09:19:42 -03:00 committed by GitHub
commit 71ed585fa6
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.7";
version = "0.55.0";
src = fetchFromGitHub {
owner = "mooltipass";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1hVvpfrfL/+DIeiPW5iVBEnoc8dy8vVWim4JjhsBlzM=";
sha256 = "sha256-up78503+YqUB2fR9B6W6plYksTJzTj5pkmFJ5eL/mLY=";
};
outputs = [ "out" "udev" ];