3
0
Fork 0
forked from mirrors/nixpkgs

gnome.ghex: 43.0 → 43.1

https://gitlab.gnome.org/GNOME/ghex/-/compare/43.0...43.1
This commit is contained in:
Bobby Rong 2023-02-10 01:13:41 +00:00
parent fab09085df
commit 6b1e0fe8cd
No known key found for this signature in database

View file

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "ghex";
version = "43.0";
version = "43.1";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/ghex/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "hmwGIsZv21rSpHXpz8zLIZocZDHwCayyKR1D8hQLFH4=";
sha256 = "pUuUPv5CAQqcEuTc2ts3e/NslMOAB3i4Uww6g0QJ3Mc=";
};
nativeBuildInputs = [