ghex: 46.0 → 46.1

https://gitlab.gnome.org/GNOME/ghex/-/compare/46.0...46.1
This commit is contained in:
Bobby Rong
2024-12-01 20:39:09 +08:00
parent af6f153f54
commit 9f9b49e2aa
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "ghex";
version = "46.0";
version = "46.1";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/ghex/${lib.versions.major version}/ghex-${version}.tar.xz";
hash = "sha256-ocRvMCDLNYuDIwJds6U5yX2ZSkxG9wH0jtxjV/f7y9E=";
hash = "sha256-ihOXVHTu4ncZsprXY/GyR2Chrt5tfaS2I3AwcLwm6f0=";
};
nativeBuildInputs = [