lol

rustic: 0.9.3 -> 0.9.4 (#351049)

authored by nobbz.dev and committed by

GitHub 9d17773f 9d892fc5

+3 -3
+3 -3
pkgs/by-name/ru/rustic/package.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "rustic"; 14 - version = "0.9.3"; 14 + version = "0.9.4"; 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-5Zr3ZxKUT8S8vfHNaCResF+S2UcHrk5pGwJH4riTzIw="; 20 + hash = "sha256-DtLyVfABMRhEaelOBKV6tnFYezOOyM8C9T50sPuaHXQ="; 21 21 }; 22 22 23 - cargoHash = "sha256-HOpBBXJk8bHjXfRq8UczfMjr3bM91lB62taTlUGUC+M="; 23 + cargoHash = "sha256-Ha9qW+nCG4dMUEL6CYm/gl2Xrsp5gQ2+xi0Se5dxmyU="; 24 24 25 25 nativeBuildInputs = [ installShellFiles ]; 26 26