deepin.deepin-shortcut-viewer: 5.0.7 -> 5.0.9

This commit is contained in:
rewine 2024-05-31 11:29:34 +08:00
parent aa0139812b
commit 41c948e123

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "deepin-shortcut-viewer";
version = "5.0.7";
version = "5.0.9";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-r/ZhA9yiPnJNTrBkVOvaTqfRvGO/NTod5tiQCquG5Gw=";
sha256 = "sha256-A4LFi0KcqChjgYrO90paMBAivv02TsRjYQ26I0k71x0=";
};
nativeBuildInputs = [