Merge pull request #267588 from r-ryantm/auto-update/tau-hydrogen

tau-hydrogen: 1.0.13 -> 1.0.14
This commit is contained in:
Nick Cao
2023-11-15 09:25:21 -05:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tau-hydrogen";
version = "1.0.13";
version = "1.0.14";
src = fetchFromGitHub {
owner = "tau-OS";
repo = "tau-hydrogen";
rev = finalAttrs.version;
hash = "sha256-rfgSNytPCVCkAJ9N3kRw9mfcXr+JEqy1jyyDgXqxtsM=";
hash = "sha256-8awcowBm0hwoYYm/wtKeqCWRhgXh2rI3UvAlL1tbj6c=";
};
nativeBuildInputs = [