mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
gnome.gnome-maps: 42.rc → 42.0
https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/42.rc...42.0
This commit is contained in:
parent
d389bfd741
commit
2d61486510
1 changed files with 2 additions and 2 deletions
|
@ -31,11 +31,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-maps";
|
||||
version = "42.rc";
|
||||
version = "42.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-U/1nmsr83rpKv0oeH6GDY1hRYkYTnuA89pc9A+IwIRQ=";
|
||||
sha256 = "sha256-BUSG03dAc3BqdqmBQXl40VG+O3Ik1yN3W74xbvoked8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue