Unverified Commit ab084b0b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #308508 from r-ryantm/auto-update/tym

tym: 3.5.0 -> 3.5.1
parents 5dc4c9d8 a6e62de6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "tym";
  version = "3.5.0";
  version = "3.5.1";

  src = fetchFromGitHub {
    owner = "endaaman";
    repo = "${pname}";
    rev = version;
    sha256 = "sha256-aXV3TNjHxg/9Lb2o+ci5/cCAPbkWhxqOka3wv21ajSA=";
    sha256 = "sha256-53XAHyDiFPUTmw/rgoEoSoh+c/t4rS12gxwH1yKHqvw=";
  };

  nativeBuildInputs = [