deepin.util-dfm: 1.2.16 -> 1.2.21

This commit is contained in:
rewine 2023-12-24 16:26:51 +08:00 committed by rewine
parent 7498d5cd1c
commit 4cdb8ae228

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "util-dfm";
version = "1.2.16";
version = "1.2.21";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-o5ubfCpgAHJXqihGyapq7Dj9eQlw2q6VoER/e37tM6w=";
hash = "sha256-EqNca3heIUUV5joMskpriCY+7NwjUc/vmQwomDkru80=";
};
nativeBuildInputs = [