Merge pull request #309540 from r-ryantm/auto-update/dotconf

dotconf: 1.3 -> 1.4.1
This commit is contained in:
Thomas Gerbet 2024-05-20 16:51:33 +02:00 committed by GitHub
commit f37e89b2ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "dotconf";
version = "1.3";
version = "1.4.1";
src = fetchFromGitHub {
owner = "williamh";
repo = "dotconf";
rev = "v${version}";
sha256 = "1sc95hw5k2xagpafny0v35filmcn05k1ds5ghkldfpf6xw4hakp7";
sha256 = "sha256-6Du26Ffz08DLGg6uIiPi8Sgjf691MM2kn0qXe3oFeTw=";
};
nativeBuildInputs = [ autoreconfHook ];