gnome-console: 44.0 → 44.4

https://gitlab.gnome.org/GNOME/console/-/compare/44.0...44.4
This commit is contained in:
Bobby Rong 2023-08-07 02:30:43 +00:00
parent 18036c0be9
commit b5c809b161
No known key found for this signature in database

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "gnome-console";
version = "44.0";
version = "44.4";
src = fetchurl {
url = "mirror://gnome/sources/gnome-console/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "0cGv1eyNK9+Eo9sCmwSiQy7Me80kLCp0X+mYakKJiEQ=";
sha256 = "uR9E6abAQz6W2ZfzlVhSBtq6xiRzmTo8B1Uv5YiOWo0=";
};
nativeBuildInputs = [