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

plus42: 1.3.12 -> 1.3.13 (#480553)

parents 784060bb 71bd3c47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@
}:
stdenv.mkDerivation rec {
  pname = "plus42";
  version = "1.3.12";
  version = "1.3.13";

  src = fetchurl {
    url = "https://thomasokken.com/plus42/upstream/plus42-upstream-${version}.tgz";
    hash = "sha256-IBXQu1hI0bJZISL9wInAzf2z8zbynXXP15oG/od+MC8=";
    hash = "sha256-I5SAR6vEufzT2Cgs4RQk8AWDZWm+QOLtHRqaED2DQtA=";
  };

  nativeBuildInputs = [