Merge pull request #302268 from suominen/tcsh-6.24.12

tcsh: 6.24.11 -> 6.24.12
This commit is contained in:
Peder Bergebakken Sundt 2024-04-17 17:04:33 +02:00 committed by GitHub
commit a6cc776496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tcsh";
version = "6.24.11";
version = "6.24.12";
src = fetchurl {
url = "mirror://tcsh/tcsh-${finalAttrs.version}.tar.gz";
hash = "sha256-tae2J6uz7y6NOoabtnXQ6SfYUHBER6Gyx3lGwNMkeZ0=";
hash = "sha256-4ycM6WZ/1b0qBGaHZZ/PX9ameBMm+Abr1yTx4cnNQYU=";
};
strictDeps = true;