Loading pkgs/development/python-modules/magic-wormhole-mailbox-server/default.nix +7 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, stdenv, buildPythonPackage, fetchPypi, fetchFromGitHub, setuptools, attrs, twisted, Loading @@ -17,9 +17,11 @@ buildPythonPackage (finalAttrs: { version = "0.5.1"; pyproject = true; src = fetchPypi { inherit (finalAttrs) pname version; hash = "sha256-oAegNnIpMgRldoHb9QIEXW1YF8V/mq4vIibm6hoAjKE="; src = fetchFromGitHub { owner = "magic-wormhole"; repo = "magic-wormhole-mailbox-server"; tag = finalAttrs.version; hash = "sha256-z0iJDUE0LL/PbAYGAHnNJ4wizuB4qA4nFk3uLNuTNWg="; }; build-system = [ setuptools ]; Loading Loading @@ -52,7 +54,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Securely transfer data between computers"; homepage = "https://github.com/magic-wormhole/magic-wormhole-mailbox-server"; changelog = "https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/refs/tags/${finalAttrs.version}/NEWS.md"; changelog = "https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/${finalAttrs.src.rev}/NEWS.md"; license = lib.licenses.mit; maintainers = [ lib.maintainers.mjoerg ]; }; Loading Loading
pkgs/development/python-modules/magic-wormhole-mailbox-server/default.nix +7 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, stdenv, buildPythonPackage, fetchPypi, fetchFromGitHub, setuptools, attrs, twisted, Loading @@ -17,9 +17,11 @@ buildPythonPackage (finalAttrs: { version = "0.5.1"; pyproject = true; src = fetchPypi { inherit (finalAttrs) pname version; hash = "sha256-oAegNnIpMgRldoHb9QIEXW1YF8V/mq4vIibm6hoAjKE="; src = fetchFromGitHub { owner = "magic-wormhole"; repo = "magic-wormhole-mailbox-server"; tag = finalAttrs.version; hash = "sha256-z0iJDUE0LL/PbAYGAHnNJ4wizuB4qA4nFk3uLNuTNWg="; }; build-system = [ setuptools ]; Loading Loading @@ -52,7 +54,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Securely transfer data between computers"; homepage = "https://github.com/magic-wormhole/magic-wormhole-mailbox-server"; changelog = "https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/refs/tags/${finalAttrs.version}/NEWS.md"; changelog = "https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/${finalAttrs.src.rev}/NEWS.md"; license = lib.licenses.mit; maintainers = [ lib.maintainers.mjoerg ]; }; Loading