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

jankyborders: 1.8.3 -> 1.8.4 (#447573)

parents 896dc784 67343715
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.3";
  version = "1.8.4";

  src = fetchFromGitHub {
    owner = "FelixKratz";
    repo = "JankyBorders";
    rev = "v${finalAttrs.version}";
    hash = "sha256-lc61PjaRZ8ZOWAFhsf/G3sQkd1oUyePHU43w4pt1AWY=";
    hash = "sha256-31Er+cUQNJbZnXKC6KvlrBhOvyPAM7nP3BaxunAtvWg=";
  };

  nativeBuildInputs = [