gnulib: 20231109 -> 20241001 (#346349)

This commit is contained in:
Masum Reza 2024-10-07 11:13:13 +05:30 committed by GitHub
commit f85a2d005e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromSavannah, python3, perl }:
{ lib, stdenv, fetchgit, python3, perl }:
stdenv.mkDerivation rec {
pname = "gnulib";
version = "20231109";
version = "20241001";
src = fetchFromSavannah {
repo = "gnulib";
rev = "2dd1a7984c6b3e6056cef7e3f9933e0039c21634";
hash = "sha256-QtWf3mljEnr0TTogkoKN63Y5HTm14A2e/sIXX3xe2SE=";
src = fetchgit {
url = "https://git.savannah.gnu.org/git/gnulib.git";
rev = "0a01f6737dc5666c730bdfe6a038da53a4156cc2";
hash = "sha256-kbmXnXXoaTPGwjUJvnHWCQFS2KGQ9fsjIyloNmkKdc4=";
};
postPatch = ''