deepin.gio-qt: 0.0.11 -> 0.0.12

This commit is contained in:
rewine 2023-04-08 01:47:13 +08:00
parent d4250d5d3e
commit a5195d5315
No known key found for this signature in database
GPG Key ID: AABB329787290824

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 = [