Merge pull request #274115 from wineee/dde-launchpad

deepin.dde-launchpad: 0.2.1 -> 0.3.0
This commit is contained in:
Nick Cao 2023-12-14 09:33:50 -05:00 committed by GitHub
commit 61e5f3b7ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "dde-launchpad";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-o9YKmtaqa4ykoR75V2OpXm4GRPWHI6WKbxWAzY1b8I0=";
hash = "sha256-8m0DjQYih3hB/n2VHuJgUYBe8tpGwBU0NdkLxr1OsFc=";
};
nativeBuildInputs = [