Unverified Commit 35df97e9 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

plus42: 1.3.13 -> 1.3.14 (#513846)

parents 796d56c1 cdb6527b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "plus42";
  version = "1.3.13";
  version = "1.3.14";

  src = fetchurl {
    url = "https://thomasokken.com/plus42/upstream/plus42-upstream-${finalAttrs.version}.tgz";
    hash = "sha256-I5SAR6vEufzT2Cgs4RQk8AWDZWm+QOLtHRqaED2DQtA=";
    hash = "sha256-ndw4wI+o5eGfqOceSBGnpdQoel89MYxuv8G3CQRZ+6c=";
  };

  nativeBuildInputs = [