Merge pull request #67783 from jollheef/out-of-tree-v1.1.0

out-of-tree: 1.0.1 -> 1.1.1

authored by Marek Mahut and committed by GitHub 24f182bc b7461c88

+2 -2
+2 -2
pkgs/development/tools/out-of-tree/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 pname = "out-of-tree"; 5 - version = "1.0.1"; 5 + version = "1.1.1"; 6 6 7 7 buildInputs = [ makeWrapper ]; 8 8 ··· 11 11 src = fetchgit { 12 12 rev = "refs/tags/v${version}"; 13 13 url = "https://code.dumpstack.io/tools/${pname}.git"; 14 - sha256 = "0p0ps73w6lmsdyf7irqgbhfxjg5smgbn081d06pnr1zmxvw8dryx"; 14 + sha256 = "048jda3vng11mg62fd3d8vs9yjsp569zlfylnkqv8sb6wd1qn66d"; 15 15 }; 16 16 17 17 goDeps = ./deps.nix;