Merge pull request #225190 from wineee/gio-qt-12

deepin.gio-qt: 0.0.11 -> 0.0.12
This commit is contained in:
Bobby Rong 2023-04-08 09:37:41 +08:00 committed by GitHub
commit d469c9d8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "gio-qt";
version = "0.0.11";
version = "0.0.12";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-dlY1CTlXywgGZUonBBe3cDwx8h2xXrPY6Ft/D59nlug=";
sha256 = "sha256-/wLaVR31T+EcT6D5Cw0QIjZasioPWC74KNmt1tckwXk=";
};
nativeBuildInputs = [