3
0
Fork 0
forked from mirrors/nixpkgs

moolticute: 0.53.7 → 0.55.0

This commit is contained in:
Hugh O'Brien 2022-07-04 11:50:28 +01:00
parent ef3fe254f3
commit 20c5555a46

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