pantheon.elementary-photos: 2.7.5 -> 2.8.0

This commit is contained in:
Bobby Rong 2022-11-16 09:00:37 +08:00
parent 61d4e5b865
commit b37c519c1a
No known key found for this signature in database

View File

@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "elementary-photos";
version = "2.7.5";
version = "2.8.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "photos";
rev = version;
sha256 = "sha256-zM32+bva+QD1Z/0vUD7K0/tnSzo+7GGLjJ1ytr64c0I=";
sha256 = "sha256-VhJggQMy1vk21zNA5pR4uAPGCwnIxLUHVO58AZs+h6s=";
};
nativeBuildInputs = [