deepin.deepin-album: 6.0.2 -> 6.0.4

This commit is contained in:
rewine 2024-03-24 23:54:49 +08:00
parent 67bde3c8c7
commit 40bef96f3c
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "deepin-album";
version = "6.0.2";
version = "6.0.4";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-kRQiH6LvXDpQOgBQiFHM+YQzQFSupOj98aEPbcUumZ8=";
hash = "sha256-kTcVmROsqLH8GwJzAf3zMq/wGYWNvhFBiHODaROt7Do=";
};
nativeBuildInputs = [