Commit 61eaaa6b authored by Hugh O'Brien's avatar Hugh O'Brien
Browse files

moolicute: 1.00.1 -> 1.01.0

parent 862168c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

mkDerivation rec {
  pname = "moolticute";
  version = "1.00.1";
  version = "1.01.0";

  src = fetchFromGitHub {
    owner = "mooltipass";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-oENMr3d2vFisEFl7gYBQQ0XRBeogAYOfBE5th463laI=";
    sha256 = "sha256-6vqYyAJ9p0ey49kc2Tp/HZVv0mePARX2dcmcIG4bcNQ=";
  };

  outputs = [ "out" "udev" ];