zrepl: pin to go 1.17

This commit is contained in:
Sandro Jäckel
2022-07-15 23:51:13 +02:00
committed by Sandro Jäckel
parent 3ea65022ae
commit 3bed988fef
+3 -1
View File
@@ -35846,7 +35846,9 @@ with pkgs;
zfs-replicate = python3Packages.callPackage ../tools/backup/zfs-replicate { };
zrepl = callPackage ../tools/backup/zrepl { };
zrepl = callPackage ../tools/backup/zrepl {
buildGoModule = buildGo117Module;
};
uhubctl = callPackage ../tools/misc/uhubctl {};