Unverified Commit a13e66e3 authored by Defelo's avatar Defelo
Browse files

termshot: 0.2.12 -> 0.3.0

parent 1d4fc089
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
diff --git a/go.mod b/go.mod
index 6627fb1..a3397a9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/homeport/termshot
 
-go 1.20
+go 1.22.0
 
 require (
 	github.com/creack/pty v1.1.23
+3 −5
Original line number Diff line number Diff line
@@ -5,18 +5,16 @@
}:
buildGoModule rec {
  pname = "termshot";
  version = "0.2.12";
  version = "0.3.0";

  src = fetchFromGitHub {
    owner = "homeport";
    repo = "termshot";
    rev = "v${version}";
    hash = "sha256-ua2tFyOjLeqOpipLoSisASqwjqGEFdkxd2qHybZ1VDU=";
    hash = "sha256-vvSUdXVLuc3GmxPX9SzSeb8vbmqjhSLjXd9nmU7Q46g=";
  };

  vendorHash = "sha256-JweKjKvShiimFHQwRtoVuongWqqGIPcPz77qEVNec+M=";

  patches = [ ./go-mod.patch ];
  vendorHash = "sha256-nXAIU07SY/GdWZGASHXDg36cSGKw4elLOBDCoJk/xlU=";

  ldflags = [
    "-s"