Skip to content

Commit

Permalink
bip39: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kugland committed May 16, 2024
1 parent 66c88f6 commit bbf331f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/bip39/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation (final: rec {
pname = "bip39";
version = "0.2.0";
version = "0.2.1";

src = fetchFromGitHub {
owner = "kugland";
repo = "bip39";
rev = "v${version}";
hash = "sha256-FIa1/3s1Hwunyi7YkYIM3ObeBG4YD/pX4usoo2OV60I=";
hash = "sha256-CMKexq0xkAWHQ1KJnXyQxbVQHDAc6Oql73eQ4IAviCE=";
};

nativeBuildInputs = [ pkg-config meson ninja ];
Expand Down

0 comments on commit bbf331f

Please sign in to comment.