Unverified Commit 3b30cce9 authored by rewine's avatar rewine Committed by GitHub
Browse files

linyaps-box: 2.1.1 -> 2.1.2 (#453836)

parents 56febe31 d30922c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "linyaps-box";
  version = "2.1.1";
  version = "2.1.2";

  src = fetchFromGitHub {
    owner = "OpenAtom-Linyaps";
    repo = "linyaps-box";
    rev = finalAttrs.version;
    hash = "sha256-h7tbjIcVgwTw3SLGzJzG17WpDdsCqHD4AXvAFEiwesw=";
    hash = "sha256-i4wSddstCosDpBEcunoVsV464PTHmuvDDEFrsPQKnxU=";
  };

  nativeBuildInputs = [