phoc: 0.21.1 -> 0.25.0

This commit is contained in:
Tom Fitzhenry 2023-03-04 00:38:07 +11:00
parent a08d6979dd
commit 2c12611277

View File

@ -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 = [