rustic: 0.9.1 -> 0.9.3 (#349716)

authored by Norbert Melzer and committed by GitHub 687aa99a d8135539

+7 -4
+7 -4
pkgs/by-name/ru/rustic/package.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "rustic"; 14 - version = "0.9.1"; 14 + version = "0.9.3"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "rustic-rs"; 18 18 repo = "rustic"; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-hkkylXJOhPOC4p+MOuYCzfcmCoHmm+/8afsaPFwD1/s="; 20 + hash = "sha256-5Zr3ZxKUT8S8vfHNaCResF+S2UcHrk5pGwJH4riTzIw="; 21 21 }; 22 22 23 - cargoHash = "sha256-Rh96vPLAxz8KCIk9y9TFB2fP0JngnM9LSsClWfgYUG0="; 23 + cargoHash = "sha256-HOpBBXJk8bHjXfRq8UczfMjr3bM91lB62taTlUGUC+M="; 24 24 25 25 nativeBuildInputs = [ installShellFiles ]; 26 26 ··· 49 49 lib.licenses.mit 50 50 lib.licenses.asl20 51 51 ]; 52 - maintainers = [ lib.maintainers.nobbz ]; 52 + maintainers = [ 53 + lib.maintainers.nobbz 54 + lib.maintainers.pmw 55 + ]; 53 56 }; 54 57 }