Merge pull request #301669 from r-ryantm/auto-update/rustypaste

rustypaste: 0.14.4 -> 0.15.0

authored by

Nick Cao and committed by
GitHub
78b03ecb 0dca9a1c

+3 -3
+3 -3
pkgs/servers/rustypaste/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "rustypaste"; 5 - version = "0.14.4"; 6 7 src = fetchFromGitHub { 8 owner = "orhun"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-7CZi76IQR6CIf3EnoysaTrVf2kIDP9sOBXL4kqFFHtY="; 12 }; 13 14 - cargoHash = "sha256-fAj/z21do0GV41MIn5hifEZyZPgrb288TRz55BFsdz8="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ 17 darwin.apple_sdk.frameworks.CoreServices
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "rustypaste"; 5 + version = "0.15.0"; 6 7 src = fetchFromGitHub { 8 owner = "orhun"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-mDNWIqA3t8AGNTqryiH2q8Tvg4k5d0II3EBkf7tdoNo="; 12 }; 13 14 + cargoHash = "sha256-ZmlA6O/9ZVLHvBHMkY+hpb6Eb0o0RxfXpwop6BLCdWc="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ 17 darwin.apple_sdk.frameworks.CoreServices