moolticute: 0.55.0 -> 1.00.1

This commit is contained in:
R. Ryantm 2022-12-04 10:07:23 +00:00
parent 8ae7fa8541
commit 31ee0083e0

View File

@ -9,13 +9,13 @@
mkDerivation rec {
pname = "moolticute";
version = "0.55.0";
version = "1.00.1";
src = fetchFromGitHub {
owner = "mooltipass";
repo = pname;
rev = "v${version}";
sha256 = "sha256-up78503+YqUB2fR9B6W6plYksTJzTj5pkmFJ5eL/mLY=";
sha256 = "sha256-oENMr3d2vFisEFl7gYBQQ0XRBeogAYOfBE5th463laI=";
};
outputs = [ "out" "udev" ];