restic: 0.13.1 -> 0.14.0

+3 -3
+3 -3
pkgs/tools/backup/restic/default.nix
··· 3 4 buildGoModule rec { 5 pname = "restic"; 6 - version = "0.13.1"; 7 8 src = fetchFromGitHub { 9 owner = "restic"; 10 repo = "restic"; 11 rev = "v${version}"; 12 - sha256 = "sha256-jQgUPZumcIDkZ4s7R8o5F/p/b4ilPJGMPFKvUU30WaY="; 13 }; 14 15 patches = [ ··· 17 ./0001-Skip-testing-restore-with-permission-failure.patch 18 ]; 19 20 - vendorSha256 = "sha256-DWfCjGXjZnZa2mXPmXQmvGDtXb0H1wJqCgVsDjdVy9U="; 21 22 subPackages = [ "cmd/restic" ]; 23
··· 3 4 buildGoModule rec { 5 pname = "restic"; 6 + version = "0.14.0"; 7 8 src = fetchFromGitHub { 9 owner = "restic"; 10 repo = "restic"; 11 rev = "v${version}"; 12 + hash = "sha256-DwXAifXXQNnbzj2XngCyqPABzB9PS/T9U2/T4/z7wm0="; 13 }; 14 15 patches = [ ··· 17 ./0001-Skip-testing-restore-with-permission-failure.patch 18 ]; 19 20 + vendorSha256 = "sha256-FakmnQ8RkBYjmj3piA1lDV61FdYIyBmFLY2XXN3AyIQ="; 21 22 subPackages = [ "cmd/restic" ]; 23