phoc: 0.31.0 -> 0.35.0

This commit is contained in:
Rodney Lorrimar
2024-02-07 20:10:15 +11:00
committed by tomf
parent ea05237d93
commit 6885a4db8f
2 changed files with 3 additions and 8 deletions
+2 -7
View File
@@ -23,12 +23,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phoc";
version = "0.31.0";
version = "0.35.0";
src = fetchurl {
# This tarball includes the meson wrapped subproject 'gmobile'.
url = with finalAttrs; "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-P7Bs9JMv6KNKo4d2ID0/Ba4+Nel6DMn8o4I7EDvY4vY=";
hash = "sha256-q2wyM0R7Mi/XuckNb6ZDkStaV9yJH1BgJ4cjqQc6EI4=";
};
nativeBuildInputs = [
@@ -70,11 +70,6 @@ stdenv.mkDerivation (finalAttrs: {
];
});
postPatch = ''
chmod +x build-aux/post_install.py
patchShebangs build-aux/post_install.py
'';
passthru = {
tests.phosh = nixosTests.phosh;
updateScript = directoryListingUpdater { };
+1 -1
View File
@@ -12018,7 +12018,7 @@ with pkgs;
pfstools = libsForQt5.callPackage ../tools/graphics/pfstools { };
phoc = callPackage ../applications/misc/phoc {
wlroots = wlroots_0_16;
wlroots = wlroots_0_17;
};
phockup = callPackage ../applications/misc/phockup { };