gnome.ghex: 45.0 → 45.1

https://gitlab.gnome.org/GNOME/ghex/-/compare/45.0...45.1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>

authored by Bobby Rong and committed by Jan Tojnar 549c51d5 bc41b2db

+2 -2
+2 -2
pkgs/desktops/gnome/apps/ghex/default.nix
··· 22 23 stdenv.mkDerivation rec { 24 pname = "ghex"; 25 - version = "45.0"; 26 27 outputs = [ "out" "dev" "devdoc" ]; 28 29 src = fetchurl { 30 url = "mirror://gnome/sources/ghex/${lib.versions.major version}/${pname}-${version}.tar.xz"; 31 - sha256 = "Bc7MRWHKQLJXxdsx2p9o1pYTPvwK5CftgvuYWphuhA4="; 32 }; 33 34 nativeBuildInputs = [
··· 22 23 stdenv.mkDerivation rec { 24 pname = "ghex"; 25 + version = "45.1"; 26 27 outputs = [ "out" "dev" "devdoc" ]; 28 29 src = fetchurl { 30 url = "mirror://gnome/sources/ghex/${lib.versions.major version}/${pname}-${version}.tar.xz"; 31 + sha256 = "+ysII80WJJ7b6u6DAvm9UAXgFQNos18eR8JmgMrKwvo="; 32 }; 33 34 nativeBuildInputs = [