loupe: 46.0 → 46.1

https://gitlab.gnome.org/GNOME/loupe/-/compare/46.0...46.1
This commit is contained in:
Maxine Aubrey 2024-04-03 18:21:55 +02:00
parent 6173115fc7
commit 6bfc41b0c2
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -22,11 +22,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "loupe";
version = "46.0";
version = "46.1";
src = fetchurl {
url = "mirror://gnome/sources/loupe/${lib.versions.major finalAttrs.version}/loupe-${finalAttrs.version}.tar.xz";
hash = "sha256-BRqkXPCrNiCT+/kYYxQL5zfbV7yx93vB4Aq5clWiUr0=";
hash = "sha256-GvOA//Ur3xzOF7ZsJ5hk/hGqUykbc9RJy9+NPiqTA1I=";
};
patches = [