Unverified Commit 4949d191 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #296778 from NixOS/revert-291870-auto-update/roxterm

Revert "roxterm: 3.14.3 -> 3.15.0"
parents c8a079b4 22386470
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "roxterm";
  version = "3.15.0";
  version = "3.14.3";

  src = fetchFromGitHub {
    owner = "realh";
    repo = "roxterm";
    rev = finalAttrs.version;
    hash = "sha256-mmfnpZTCsLJ4EPxsKZXeHBZnpvc2n1TCEPmiIHmnxKc=";
    hash = "sha256-NSOGq3rN+9X4WA8Q0gMbZ9spO/dbZkzeo4zEno/Kgcs=";
  };

  nativeBuildInputs = [