rustypaste: 0.7.1 -> 0.8.2

authored by R. Ryantm and committed by Bobby Rong adaeeb95 bab7d9d0

+3 -3
+3 -3
pkgs/servers/rustypaste/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "rustypaste"; 5 - version = "0.7.1"; 6 7 src = fetchFromGitHub{ 8 owner = "orhun"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-NGrz08cpio745oVYtfNO1jpViYLaxZ9ZRXQdQG/f0oM="; 12 }; 13 14 - cargoSha256 = "sha256-UQNe2O664PXvcSu6MI5F8RdYJJholjF9iO2I5OSMm2A="; 15 16 # Some tests need network 17 checkFlags = [
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "rustypaste"; 5 + version = "0.8.2"; 6 7 src = fetchFromGitHub{ 8 owner = "orhun"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-EKW/Cik4La66bI7EVbFnhivk1o0nIudJdBW7F5dbQaI="; 12 }; 13 14 + cargoSha256 = "sha256-zIrvBHPthPAzReojmBLb0odDQGcGwZS10rP15qb/zgs="; 15 16 # Some tests need network 17 checkFlags = [