Merge pull request #116844 from manojkarthick/reddsaver-v0.3.2

reddsaver: 0.3.1 -> 0.3.2

authored by

Sandro and committed by
GitHub
d40f5813 14edfb4c

+4 -4
+4 -4
pkgs/applications/misc/reddsaver/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "reddsaver"; 11 - version = "0.3.1"; 11 + version = "0.3.2"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "manojkarthick"; 15 15 repo = "reddsaver"; 16 16 rev = "v${version}"; 17 - sha256 = "0kww3abgvxr7azr7yb8aiw28fz13qb4sn3x7nnz1ihmd4yczi9fg"; 17 + sha256 = "0ffci3as50f55n1v36hji4n0b3lkch5ylc75awjz65jz2gd2y2j4"; 18 18 }; 19 19 20 - cargoSha256 = "09xm22vgmd3dc0wr6n3jczxvhwpcsijwfbv50dz1lnsx57g8mgmd"; 20 + cargoSha256 = "1cx3sqr7zb1vlfdvbcxp0yva9xh654qczpy8s09c8cviy8hac5sr"; 21 21 22 22 nativeBuildInputs = [ pkg-config ]; 23 23 buildInputs = [ openssl ] 24 24 ++ lib.optional stdenv.isDarwin Security; 25 25 26 - # package does not contain tests as of v0.3.1 26 + # package does not contain tests as of v0.3.2 27 27 docCheck = false; 28 28 29 29 meta = with lib; {