Skip to content

Commit

Permalink
libxcrypt: 4.4.31 -> 4.4.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mweinelt committed Nov 18, 2022
1 parent 4d6fb18 commit c0374c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libxcrypt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "libxcrypt";
version = "4.4.31";
version = "4.4.33";

src = fetchurl {
url = "https://github.com/besser82/libxcrypt/releases/download/v${version}/libxcrypt-${version}.tar.xz";
hash = "sha256-wBgbao7qg4UM/neDEZv3H9295prd3aHRV0e6Qz1cV7o=";
hash = "sha256-6HrPnGUsVzpHE9VYIVn5jzBdVu1fdUzmT1fUGU1rOm8=";
};

outputs = [
Expand Down

0 comments on commit c0374c5

Please sign in to comment.