gnome.ghex: 44.2 → 45.beta
https://gitlab.gnome.org/GNOME/ghex/-/compare/44.2...45.beta No build changes. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
8ed9f0445f
commit
9f713fca3a
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ghex";
|
||||
version = "44.2";
|
||||
version = "45.beta";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/ghex/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "6+y0xoo30zk3uewmPIV23x2MaascHT4S1WaP0gB+kws=";
|
||||
sha256 = "9uMfdQQSk/8xrcnHGnL6Be+h48xbDYfDdTaPC6SFU4s=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue