mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gnome-font-viewer: 48.alpha.1 → 48.0
https://gitlab.gnome.org/GNOME/gnome-font-viewer/-/compare/48.alpha.1...48.0 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
e9c05e00f2
commit
b5f31c7db2
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-font-viewer";
|
||||
version = "48.alpha.1";
|
||||
version = "48.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-font-viewer/${lib.versions.major version}/gnome-font-viewer-${version}.tar.xz";
|
||||
hash = "sha256-j1ylIT8EOTKWz9zyHuu6FcpiLwLBGV3Mzby7lLReTxk=";
|
||||
hash = "sha256-cyYkIxtiT/XHrAOoznG+Ejk9qlNVHRFVCyDXsKOocqc=";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue