lol

resticprofile: 0.30.1 -> 0.31.0

R. Ryantm 495ecf20 d9dd002a

+2 -2
+2 -2
pkgs/by-name/re/resticprofile/package.nix
··· 11 11 12 12 buildGoModule rec { 13 13 pname = "resticprofile"; 14 - version = "0.30.1"; 14 + version = "0.31.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "creativeprojects"; 18 18 repo = "resticprofile"; 19 19 tag = "v${version}"; 20 - hash = "sha256-Pg7rqllNRc/pN5VSgy7KiHQ7V7xOxiGM5fk5Y6+OBjw="; 20 + hash = "sha256-ezelvyroQG1EW3SU63OVHJ/T4qjN5DRllvPIXnei1Z4="; 21 21 }; 22 22 23 23 postPatch = ''