Commit 0b3c49e5 authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files

lisgd: 0.3.5 -> 0.3.6

parent 396ba2dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "lisgd";
  version = "0.3.5";
  version = "0.3.6";

  src = fetchFromSourcehut {
    owner = "~mil";
    repo = "lisgd";
    rev = version;
    hash = "sha256-NnZhOQ/I7wbGlWkSXFXEV96UfG+GPMz1VSiEc9TwI6Y=";
    hash = "sha256-VH+wZyVnfPqFxRwITU/LzkOAexFKm39LlcFxzhjRMdY=";
  };

  inherit patches;