gnome.ghex: 44.1 → 44.2

https://gitlab.gnome.org/GNOME/ghex/-/compare/44.1...44.2
This commit is contained in:
Bobby Rong
2023-08-19 18:10:54 +08:00
parent 536d77dffd
commit e3de770dce
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "ghex";
version = "44.1";
version = "44.2";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/ghex/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "QEvfZJ6qE5IqgK4y8Z/kDnHw7g9GHEXtrHKIigDq1sI=";
sha256 = "6+y0xoo30zk3uewmPIV23x2MaascHT4S1WaP0gB+kws=";
};
nativeBuildInputs = [