Skip to content

Commit

Permalink
nix: update package (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
savedra1 authored Jul 3, 2024
1 parent 4ed8209 commit 46f3680
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ If building `clipse` from the unstable branch as a system package, I would sugge
buildGoModule rec {
pname = "clipse";
version = "1.0.0";
version = "1.0.2";
src = fetchFromGitHub {
owner = "savedra1";
repo = "clipse";
rev = "v${version}";
hash = "sha256-9r/Ih73eYb45LYOu8HMXqdme/rUwLBI6+gctF603C2w=";
hash = "sha256-RMdR9d9HdczWstZjDQqJzuWeKv2fAZHfRoy7fJjsJUg=";
};
vendorHash = "sha256-QEBRlwNS8K44chB3fMOJZxYnIaWMnuDySIhKfF7XtxM=";
Expand Down
4 changes: 2 additions & 2 deletions nix/clipse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

buildGoModule rec {
pname = "clipse";
version = "1.0.0";
version = "1.0.2";

src = fetchFromGitHub {
owner = "savedra1";
repo = "clipse";
rev = "v${version}";
hash = "sha256-9r/Ih73eYb45LYOu8HMXqdme/rUwLBI6+gctF603C2w=";
hash = "sha256-RMdR9d9HdczWstZjDQqJzuWeKv2fAZHfRoy7fJjsJUg=";
};

vendorHash = "sha256-QEBRlwNS8K44chB3fMOJZxYnIaWMnuDySIhKfF7XtxM=";
Expand Down

0 comments on commit 46f3680

Please sign in to comment.