Loading pkgs/development/interpreters/lune/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,17 +12,17 @@ let in rustPlatform.buildRustPackage rec { pname = "lune"; version = "0.8.8"; version = "0.8.9"; src = fetchFromGitHub { owner = "filiptibell"; repo = "lune"; rev = "v${version}"; hash = "sha256-/+a1gJ1rGrmKCcVqLs1YgzE43RpIitYeN2Woo4V+snQ="; hash = "sha256-KZt3w+nhJjz3ZLtLzJz0zpFTwQ28OmFWnCsLbo36Ryc="; fetchSubmodules = true; }; cargoHash = "sha256-ScM2eAqmBFjiZ3azm0O+YcnxOdCC8mlQrQde4vKMeTQ="; cargoHash = "sha256-yTpklksOV+AFuW3Bc0L6sbAiJsQ+mseF1yz37FcWt1k="; nativeBuildInputs = [ pkg-config Loading Loading
pkgs/development/interpreters/lune/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,17 +12,17 @@ let in rustPlatform.buildRustPackage rec { pname = "lune"; version = "0.8.8"; version = "0.8.9"; src = fetchFromGitHub { owner = "filiptibell"; repo = "lune"; rev = "v${version}"; hash = "sha256-/+a1gJ1rGrmKCcVqLs1YgzE43RpIitYeN2Woo4V+snQ="; hash = "sha256-KZt3w+nhJjz3ZLtLzJz0zpFTwQ28OmFWnCsLbo36Ryc="; fetchSubmodules = true; }; cargoHash = "sha256-ScM2eAqmBFjiZ3azm0O+YcnxOdCC8mlQrQde4vKMeTQ="; cargoHash = "sha256-yTpklksOV+AFuW3Bc0L6sbAiJsQ+mseF1yz37FcWt1k="; nativeBuildInputs = [ pkg-config Loading