From 953c61d6cb2fa9b25e06a854301a693b49f9411a Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 25 Nov 2024 10:01:33 +0000 Subject: [PATCH] nixpkgs-bootstrap: patches: update samba hash --- pkgs/by-name/nixpkgs-bootstrap/patches.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/nixpkgs-bootstrap/patches.nix b/pkgs/by-name/nixpkgs-bootstrap/patches.nix index 0982c81b4..3a2c922b6 100644 --- a/pkgs/by-name/nixpkgs-bootstrap/patches.nix +++ b/pkgs/by-name/nixpkgs-bootstrap/patches.nix @@ -54,7 +54,7 @@ in (fetchpatch' { name = "samba: resurrect cross compilation patch"; prUrl = "https://github.com/NixOS/nixpkgs/pull/357988"; - hash = "sha256-aacdmbVGifmoWXun4ljSQ4IZZ2oxeeWRzHY56b9CoyQ="; + hash = "sha256-bVpojIRpJr6PDvsPMsqWGjCV8SWzwJ2hudzSPJcdN4k="; }) (fetchpatch' {