Unverified Commit 890efccb authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

jankyborders: 1.8.0 -> 1.8.3 (#444068)

parents bc9e6ecc 007dc528
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "JankyBorders";
  version = "1.8.0";
  version = "1.8.3";

  src = fetchFromGitHub {
    owner = "FelixKratz";
    repo = "JankyBorders";
    rev = "v${finalAttrs.version}";
    hash = "sha256-LG3I2Zp7GU9khrDTBRMO0+qhreVL+4rwAQRI+AbXbW0=";
    hash = "sha256-lc61PjaRZ8ZOWAFhsf/G3sQkd1oUyePHU43w4pt1AWY=";
  };

  nativeBuildInputs = [