fix osc with new update

This commit is contained in:
Noah Masur 2024-11-23 10:52:42 -07:00
parent 78d34d9177
commit bee5631fab
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

View File

@ -601,15 +601,16 @@
"osc": {
"flake": false,
"locked": {
"lastModified": 1732198382,
"narHash": "sha256-JB65v6a4Tu3RUJ3KZoLNS5IS+CcOlv1b/mjjy3prIkc=",
"lastModified": 1732197203,
"narHash": "sha256-xL9mqwb+C6WbuJ/qk0lNbi9xd24PbKi5G0FlwaH5XPk=",
"owner": "theimpostor",
"repo": "osc",
"rev": "d8bb64e15c3041148e2a6fc92749a5346c47818c",
"rev": "87b316b3f96a22fd85654cd7bd091f2cac1c6691",
"type": "github"
},
"original": {
"owner": "theimpostor",
"ref": "v0.4.6",
"repo": "osc",
"type": "github"
}

View File

@ -199,7 +199,7 @@
# Clipboard over SSH
osc = {
url = "github:theimpostor/osc";
url = "github:theimpostor/osc/v0.4.6";
flake = false;
};

View File

@ -2,10 +2,10 @@ inputs: _final: prev: {
osc = prev.buildGoModule {
pname = "osc";
version = "v0.4.4";
version = "v0.4.6";
src = inputs.osc;
vendorHash = "sha256-VEzVd1LViMtqhQaltvGuupEemV/2ewMuVYjGbKOi0iw=";
vendorHash = "sha256-POtQWIjPObsfa3YZ1dLZgedZFUcc4HeTWjU20AucoKc=";
ldflags = [
"-s"