diff options
Diffstat (limited to 'desktop/nwg-look')
-rw-r--r-- | desktop/nwg-look/gomin.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/nwg-look/gomin.patch b/desktop/nwg-look/gomin.patch new file mode 100644 index 000000000000..3992440923d7 --- /dev/null +++ b/desktop/nwg-look/gomin.patch @@ -0,0 +1,11 @@ +--- a/go.mod ++++ b/go.mod +@@ -1,6 +1,6 @@ + module github.com/nwg-piotr/nwg-look + +-go 1.20 ++go 1.19 + + require ( + github.com/gotk3/gotk3 v0.6.1 + |