Skip to content

Commit

Permalink
loupe: 46.1 → 46.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amaxine committed Apr 10, 2024
1 parent d8644a1 commit 5af9d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/lo/loupe/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "loupe";
version = "46.1";
version = "46.2";

src = fetchurl {
url = "mirror://gnome/sources/loupe/${lib.versions.major finalAttrs.version}/loupe-${finalAttrs.version}.tar.xz";
hash = "sha256-GvOA//Ur3xzOF7ZsJ5hk/hGqUykbc9RJy9+NPiqTA1I=";
hash = "sha256-OhWj+c+PiJp+ZC45AimfeSGKkAHAjFY3TgWRT/71qzA=";
};

patches = [
Expand Down

0 comments on commit 5af9d22

Please sign in to comment.