Merge pull request #157124 from zhaofengli/phosh-0.15.0

phosh: 0.14.1 -> 0.15.0, phoc: 0.11.0 -> 0.12.0

authored by

Jan Tojnar and committed by
GitHub
3df1ab63 58d19ac7

+4 -4
+2 -2
pkgs/applications/misc/phoc/default.nix
··· 43 }); 44 in stdenv.mkDerivation rec { 45 pname = "phoc"; 46 - version = "0.11.0"; 47 48 src = fetchFromGitLab { 49 domain = "gitlab.gnome.org"; ··· 51 owner = "Phosh"; 52 repo = pname; 53 rev = "v${version}"; 54 - sha256 = "sha256-oUZtJzclVRSbLG3flF3ryLuvp1kPUtYNsmCG0csSC2A="; 55 }; 56 57 nativeBuildInputs = [
··· 43 }); 44 in stdenv.mkDerivation rec { 45 pname = "phoc"; 46 + version = "0.12.0"; 47 48 src = fetchFromGitLab { 49 domain = "gitlab.gnome.org"; ··· 51 owner = "Phosh"; 52 repo = pname; 53 rev = "v${version}"; 54 + sha256 = "sha256-kfMM/YjgAktpOKHNcxxl1FPVbgATPDNRhEJ/sVT1LYs="; 55 }; 56 57 nativeBuildInputs = [
+2 -2
pkgs/applications/window-managers/phosh/default.nix
··· 30 31 stdenv.mkDerivation rec { 32 pname = "phosh"; 33 - version = "0.14.1"; 34 35 src = fetchFromGitLab { 36 domain = "gitlab.gnome.org"; ··· 39 repo = pname; 40 rev = "v${version}"; 41 fetchSubmodules = true; # including gvc and libcall-ui which are designated as subprojects 42 - sha256 = "sha256-FILSNVBYpWSPXeDb1Vc4jZ7zJMg0Gj6EY5yoc81gUr0="; 43 }; 44 45 nativeBuildInputs = [
··· 30 31 stdenv.mkDerivation rec { 32 pname = "phosh"; 33 + version = "0.15.0"; 34 35 src = fetchFromGitLab { 36 domain = "gitlab.gnome.org"; ··· 39 repo = pname; 40 rev = "v${version}"; 41 fetchSubmodules = true; # including gvc and libcall-ui which are designated as subprojects 42 + sha256 = "sha256-ZEfYjgSaj4vVdfgdIcg0PWwlFX90PIm5wvdn9P/8tvo="; 43 }; 44 45 nativeBuildInputs = [