Loading pkgs/by-name/ze/zensical/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ python3Packages.buildPythonApplication rec { pname = "zensical"; version = "0.0.16"; version = "0.0.17"; pyproject = true; # We fetch from PyPi, because GitHub repo does not contain all sources. Loading @@ -16,12 +16,12 @@ python3Packages.buildPythonApplication rec { # We could combine sources, but then nix-update won't work. src = fetchPypi { inherit pname version; hash = "sha256-C3WduiRUGXvb8bEz3E6mToIC5nVwNqbrqtfkXsCgnbg="; hash = "sha256-kAAYNUTY6XXPgeH44sSWPyiMfz9DaQLooQ3K9G5oCeI="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; hash = "sha256-ksFmYf9Yu+xlQw3tSa1mwdWlOhyK4hqtEZq4dULL4Fs="; hash = "sha256-i+9A1EFmG2hmq4WHOX9fVNqklupxFzX22Eewyg4sie0="; }; nativeBuildInputs = with rustPlatform; [ Loading Loading
pkgs/by-name/ze/zensical/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ python3Packages.buildPythonApplication rec { pname = "zensical"; version = "0.0.16"; version = "0.0.17"; pyproject = true; # We fetch from PyPi, because GitHub repo does not contain all sources. Loading @@ -16,12 +16,12 @@ python3Packages.buildPythonApplication rec { # We could combine sources, but then nix-update won't work. src = fetchPypi { inherit pname version; hash = "sha256-C3WduiRUGXvb8bEz3E6mToIC5nVwNqbrqtfkXsCgnbg="; hash = "sha256-kAAYNUTY6XXPgeH44sSWPyiMfz9DaQLooQ3K9G5oCeI="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; hash = "sha256-ksFmYf9Yu+xlQw3tSa1mwdWlOhyK4hqtEZq4dULL4Fs="; hash = "sha256-i+9A1EFmG2hmq4WHOX9fVNqklupxFzX22Eewyg4sie0="; }; nativeBuildInputs = with rustPlatform; [ Loading