Merge pull request #193904 from tomfitzhenry/phosh-0.21.1

phosh: 0.21.0 -> 0.21.1
This commit is contained in:
Jonas Heinrich 2022-10-02 10:50:44 +02:00 committed by GitHub
commit f019a40494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
stdenv.mkDerivation rec {
pname = "phosh";
version = "0.21.0";
version = "0.21.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
repo = pname;
rev = "v${version}";
fetchSubmodules = true; # including gvc and libcall-ui which are designated as subprojects
sha256 = "sha256-NJLuOUBQmgphGMFZN3MsIOP99YI+CxyR+JuybX3Vnpc=";
sha256 = "sha256-I0BWwEKvOYQ1s2IpvV70GWxhARdX6AZ+B4ypnTlLlDw=";
};
nativeBuildInputs = [