dde-launchpad: 0.0.2 -> 0.2.1

This commit is contained in:
rewine 2023-11-23 17:27:40 +08:00
parent fe5d1fb706
commit 44c1b1007e
No known key found for this signature in database
GPG Key ID: 2964FF5514455F51

View File

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