gmobile: 0.7.0 -> 0.7.1

(cherry picked from commit 916efb3f82)
This commit is contained in:
winston 2026-05-20 22:22:51 +02:00 committed by github-actions[bot]
commit b66d89d4de

View file

@ -17,7 +17,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gmobile";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "Phosh";
repo = "gmobile";
tag = "v${finalAttrs.version}";
hash = "sha256-zAF/9FQwpb6xiKRqfhWI/3lBwiDOEDu+TNkIJpEdbYY=";
hash = "sha256-RXkH+48WzACgNcIROlSTSO4l/ujWVHJDG+Xtk4k7Rdw=";
};
nativeBuildInputs = [