mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gnome-mines: 48.0 → 48.1
https://gitlab.gnome.org/GNOME/gnome-mines/-/compare/48.0...48.1 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
125246e487
commit
ee370e012e
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-mines";
|
||||
version = "48.0";
|
||||
version = "48.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-mines/${lib.versions.major finalAttrs.version}/gnome-mines-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-7AgaFTKmSxKSDxdX1VKR94nNHEcBwZk1cMqln72jFoA=";
|
||||
hash = "sha256-70stLd477GFBV+3eTZGJzGr+aSlSot1VsocOLmLtgQQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue