Skip to content

Commit

Permalink
Merge pull request NixOS#310207 from trofi/samba-update
Browse files Browse the repository at this point in the history
samba: 4.20.0 -> 4.20.1
  • Loading branch information
pbsds authored May 12, 2024
2 parents cf1e14e + 7a6de57 commit 9679748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/samba/4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "samba";
version = "4.20.0";
version = "4.20.1";

src = fetchurl {
url = "mirror://samba/pub/samba/stable/${finalAttrs.pname}-${finalAttrs.version}.tar.gz";
hash = "sha256-AmclQlEKxuXQyRwMFNkKtObsOXxwnpUsbaOm4LTVpC8=";
hash = "sha256-+Tw69SlTQNCBBsfA3PuF5PhQV9/RRYeqiBe+sxr/iPc=";
};

outputs = [ "out" "dev" "man" ];
Expand Down

0 comments on commit 9679748

Please sign in to comment.