mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 22:30:13 +00:00
more fixes to pkgs
This commit is contained in:
@ -1,15 +1,20 @@
|
||||
# Clipboard over SSH
|
||||
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
...
|
||||
}:
|
||||
|
||||
pkgs.buildGoModule {
|
||||
buildGoModule {
|
||||
pname = "osc";
|
||||
version = "v0.4.6";
|
||||
src = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "theimpostor";
|
||||
repo = "osc";
|
||||
rev = "4af7c8e54ecc499097121909f02ecb42a8a60d24";
|
||||
sha256 = pkgs.lib.fakeHash;
|
||||
sha256 = lib.fakeSha256;
|
||||
};
|
||||
|
||||
vendorHash = "sha256-POtQWIjPObsfa3YZ1dLZgedZFUcc4HeTWjU20AucoKc=";
|
||||
|
Reference in New Issue
Block a user