Loading pkgs/development/tools/language-servers/pylyzer/Cargo.lock 0 → 100644 +1021 −0 File added.Preview size limit exceeded, changes collapsed. Show changes pkgs/development/tools/language-servers/pylyzer/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -12,16 +12,21 @@ rustPlatform.buildRustPackage rec { pname = "pylyzer"; version = "0.0.51"; version = "0.0.53"; src = fetchFromGitHub { owner = "mtshiba"; repo = "pylyzer"; rev = "refs/tags/v${version}"; hash = "sha256-TKAmIy5dP2m1iokxSqfxTj79UDkW00+se/NDGS3euwA="; hash = "sha256-x/52dDNuMOoN0gbBTPEhXZpfdVk0kJaBv9tMsh2pOiA="; }; cargoHash = "sha256-035ueF42g6By+6TOGEultc8n350g3mRT00raQgWIcUM="; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "rustpython-ast-0.3.1" = "sha256-q9N+z3F6YICQuUMp3a10OS792tCq0GiSSlkcaLxi3Gs="; }; }; nativeBuildInputs = [ git Loading Loading
pkgs/development/tools/language-servers/pylyzer/Cargo.lock 0 → 100644 +1021 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
pkgs/development/tools/language-servers/pylyzer/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -12,16 +12,21 @@ rustPlatform.buildRustPackage rec { pname = "pylyzer"; version = "0.0.51"; version = "0.0.53"; src = fetchFromGitHub { owner = "mtshiba"; repo = "pylyzer"; rev = "refs/tags/v${version}"; hash = "sha256-TKAmIy5dP2m1iokxSqfxTj79UDkW00+se/NDGS3euwA="; hash = "sha256-x/52dDNuMOoN0gbBTPEhXZpfdVk0kJaBv9tMsh2pOiA="; }; cargoHash = "sha256-035ueF42g6By+6TOGEultc8n350g3mRT00raQgWIcUM="; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "rustpython-ast-0.3.1" = "sha256-q9N+z3F6YICQuUMp3a10OS792tCq0GiSSlkcaLxi3Gs="; }; }; nativeBuildInputs = [ git Loading