From ee9c2d543bc744584120e412e5dbd01a0cbb5edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 23 Sep 2025 02:46:19 -0700 Subject: [PATCH] igraph: 0.10.17 -> 1.0.0 Diff: https://github.com/igraph/igraph/compare/0.10.17...1.0.0 Changelog: https://github.com/igraph/igraph/blob/1.0.0/CHANGELOG.md --- pkgs/by-name/ig/igraph/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ig/igraph/package.nix b/pkgs/by-name/ig/igraph/package.nix index 89400f253c05..0d9c5f99c6ba 100644 --- a/pkgs/by-name/ig/igraph/package.nix +++ b/pkgs/by-name/ig/igraph/package.nix @@ -25,13 +25,13 @@ assert (blas.isILP64 == lapack.isILP64 && blas.isILP64 == arpack.isILP64 && !bla stdenv.mkDerivation (finalAttrs: { pname = "igraph"; - version = "0.10.17"; + version = "1.0.0"; src = fetchFromGitHub { owner = "igraph"; repo = "igraph"; - rev = finalAttrs.version; - hash = "sha256-NzLn2GXpMgwE8fY1vp5SU0Y7EfyVpQfphGdqU6sQGW4="; + tag = finalAttrs.version; + hash = "sha256-SwcihzISSmeVhpMrysOhWrUzVVuB4ZBVEjC0vHJwrdw="; }; postPatch = '' @@ -107,7 +107,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "C library for complex network analysis and graph theory"; homepage = "https://igraph.org/"; - changelog = "https://github.com/igraph/igraph/blob/${finalAttrs.src.rev}/CHANGELOG.md"; + changelog = "https://github.com/igraph/igraph/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = licenses.gpl2Plus; platforms = platforms.all; maintainers = with maintainers; [