tau-hydrogen: 1.0.11 -> 1.0.13

This commit is contained in:
R. Ryantm 2023-10-21 14:55:16 +00:00
parent 9ef114e19a
commit 1eb84fcf4d

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tau-hydrogen";
version = "1.0.11";
version = "1.0.13";
src = fetchFromGitHub {
owner = "tau-OS";
repo = "tau-hydrogen";
rev = finalAttrs.version;
hash = "sha256-ECrRWWS/Am0lfCIJw/BVZg53oLw79Im8d8KgAYxE+pw=";
hash = "sha256-rfgSNytPCVCkAJ9N3kRw9mfcXr+JEqy1jyyDgXqxtsM=";
};
nativeBuildInputs = [