snapshot: 45.2 → 46.2

https://gitlab.gnome.org/GNOME/snapshot/-/compare/45.2...46.2

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-03-02 14:10:51 +01:00
parent b6c23241c1
commit 8b8b4e24c4
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -18,11 +18,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snapshot";
version = "45.2";
version = "46.2";
src = fetchurl {
url = "mirror://gnome/sources/snapshot/${lib.versions.major finalAttrs.version}/snapshot-${finalAttrs.version}.tar.xz";
hash = "sha256-iQd4F/xzXMjonbUWKPUuqKxmwZTfxqekLgA8TCnE3T4=";
hash = "sha256-Ef55oSuzQFHionnajB9FRYfQEaFPwkI35FTGT0S6z00=";
};
nativeBuildInputs = [