deepin.dde-network-core: 2.0.26 -> 2.0.31

This commit is contained in:
rewine 2024-07-31 20:45:07 +08:00
parent cf47f3c794
commit 7812fd7b05

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "dde-network-core";
version = "2.0.26";
version = "2.0.31";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-eicwutePtKPY5DmNmIFSTQkdrE/i2RKfu766lQWy+iY=";
hash = "sha256-vTcADZElqNZMzWKDCEFtH3oXNyW8i4wxAwnaBnyz6X8=";
};
nativeBuildInputs = [