Commit 2c126112 authored by Tom Fitzhenry's avatar Tom Fitzhenry
Browse files

phoc: 0.21.1 -> 0.25.0

parent a08d6979
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ let
  });
in stdenv.mkDerivation rec {
  pname = "phoc";
  version = "0.21.1";
  version = "0.25.0";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
@@ -60,7 +60,8 @@ in stdenv.mkDerivation rec {
    owner = "Phosh";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-HPqhro6TE/Ukh4txBPrDoIuDaxSxd/ZkDVZU3+m3GFg=";
    sha256 = "sha256-1cbv4vzQ+RcRoT1pOT8Q0nxuZzKUlec38KCNMYaceeE=";
    fetchSubmodules = true;
  };

  nativeBuildInputs = [