pantheon.elementary-photos: 2.7.3 -> 2.7.4

This commit is contained in:
Bobby Rong 2022-02-02 09:47:36 +08:00
parent ede5fff929
commit be1e44b7d2
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "elementary-photos";
version = "2.7.3";
version = "2.7.4";
src = fetchFromGitHub {
owner = "elementary";
repo = "photos";
rev = version;
sha256 = "sha256-ja4ElW0FNm9oNyn+00SdI2Cxep6LyWTYM8Blc6bnuiY=";
sha256 = "sha256-NhF/WgS6IOwgALSCNyFNxz8ROVTb+mUX+lBtnWEyhEI=";
};
nativeBuildInputs = [