Merge pull request #35212 from mbrgm/upgrade-restic

restic: 0.8.1 -> 0.8.2

authored by Jörg Thalheim and committed by GitHub 6f0405c4 4997ac68

+2 -2
+2 -2
pkgs/tools/backup/restic/default.nix
··· 2 3 buildGoPackage rec { 4 name = "restic-${version}"; 5 - version = "0.8.1"; 6 7 goPackagePath = "github.com/restic/restic"; 8 ··· 10 owner = "restic"; 11 repo = "restic"; 12 rev = "v${version}"; 13 - sha256 = "13pawz031pzyc4ap5kk229cmzj0qjx5x0j1mw7jhwhc4w4ximvl3"; 14 }; 15 16 buildPhase = ''
··· 2 3 buildGoPackage rec { 4 name = "restic-${version}"; 5 + version = "0.8.2"; 6 7 goPackagePath = "github.com/restic/restic"; 8 ··· 10 owner = "restic"; 11 repo = "restic"; 12 rev = "v${version}"; 13 + sha256 = "1prk8r0kmcscj79fc53a0qjvik6ygjr50xwnahs0amlyh03pyb46"; 14 }; 15 16 buildPhase = ''