Loading pkgs/applications/science/biology/nest/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,13 +20,13 @@ stdenv.mkDerivation rec { pname = "nest"; version = "3.6"; version = "3.7"; src = fetchFromGitHub { owner = "nest"; repo = "nest-simulator"; rev = "v${version}"; hash = "sha256-sXtF4JmHYoLp0t3o4KF6R2E0qLnKrzSPMXOxVJAm+sU="; hash = "sha256-KoeehD0HNG6Uafv6ICf8d4gjggJ7+/8RBJCpttf7AGk="; }; postPatch = '' Loading Loading
pkgs/applications/science/biology/nest/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,13 +20,13 @@ stdenv.mkDerivation rec { pname = "nest"; version = "3.6"; version = "3.7"; src = fetchFromGitHub { owner = "nest"; repo = "nest-simulator"; rev = "v${version}"; hash = "sha256-sXtF4JmHYoLp0t3o4KF6R2E0qLnKrzSPMXOxVJAm+sU="; hash = "sha256-KoeehD0HNG6Uafv6ICf8d4gjggJ7+/8RBJCpttf7AGk="; }; postPatch = '' Loading