deepin.dde-application-manager: 1.2.13 -> 1.2.15

This commit is contained in:
rewine 2024-07-31 20:37:03 +08:00
parent 81a85bc6cd
commit 58738875d5

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "dde-application-manager";
version = "1.2.13";
version = "1.2.15";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-nyT5bp37gOWKbpPBmLULJmeL9oZyBwIC5vYwPyBLcAc=";
hash = "sha256-9WKKM3SAMgW+UL0DnzDFqA+HHi7euF/yyTyKSbrIgV4=";
};
nativeBuildInputs = [