Skip to content

Commit 71d291d

Browse files
committed
gnome-photos: 3.34.1 -> 3.34.2
1 parent 567f0a3 commit 71d291d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/graphics/gnome-photos/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535

3636
stdenv.mkDerivation rec {
3737
pname = "gnome-photos";
38-
version = "3.34.1";
38+
version = "3.34.2";
3939

4040
outputs = [ "out" "installedTests" ];
4141

4242
src = fetchurl {
4343
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
44-
sha256 = "1ifm8hmxpf9nnxddfcpkbc5wc5f5hz43yj83nnakzqr6x1mq7gdp";
44+
sha256 = "06ml5sf8xhpan410msqz085hmfc7082d368pb82yq646y9pcfn9w";
4545
};
4646

4747
patches = [

0 commit comments

Comments
 (0)