Skip to content

Commit

Permalink
chore(deps): bump win32yank to 0.1.1
Browse files Browse the repository at this point in the history
This commit bumps the pkg for win32yank to v0.1.1 and updates the hash.

resolve #9
  • Loading branch information
LGUG2Z committed Mar 7, 2024
1 parent b9c39f6 commit b7682cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win32yank.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{pkgs ? import <nixpkgs>}: let
pname = "win32yank";
version = "0.0.4";
version = "0.1.1";
bin = "win32yank.exe";
in
pkgs.stdenv.mkDerivation {
inherit pname version;

src = pkgs.fetchzip {
url = "https://github.com/equalsraf/win32yank/releases/download/v${version}/win32yank-x64.zip";
sha256 = "1jzb2zabx777dpjn8bh94biakzch2ybw9bxs0sbhf67i84xxqi2n";
sha256 = "sha256-4ivE1cYZhYs4ibx5oiYMOhbse9bdOomk7RjgdVl5lD0=";
stripRoot = false;
};

Expand Down

0 comments on commit b7682cf

Please sign in to comment.