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

tipp10: 3.3.3 -> 3.3.4 (#417524)

parents eab40fa4 af79a986
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "tipp10";
  version = "3.3.3";
  version = "3.3.4";

  src = fetchFromGitLab {
    owner = "tipp10";
    repo = "tipp10";
    rev = "v${version}";
    hash = "sha256-OiBtUizN6OjcAb5RLvzfod6tVQo/b8p8Ec4lgKYaifw=";
    hash = "sha256-q5D+8Z9dNpCXgRQtVC+0RBHK2szv7M+dwlmW4H7j2qg=";
  };

  nativeBuildInputs = [