deepin.dde-launchpad: 0.7.0 -> 0.8.4

This commit is contained in:
rewine 2024-08-28 13:52:53 +08:00
parent 76c5a31efe
commit 2d0cdadc74

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "dde-launchpad";
version = "0.7.0";
version = "0.8.4";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-nT89cUx7Bxf+d+fgqvXZ9U0i/qf1oP2alUB90UXpNcM=";
hash = "sha256-MPOzKAgwhJa7pMO6EZ6vYyYgZSD/SbU/L0L1dkN9/po=";
};
nativeBuildInputs = [