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

cpeditor: 7.0.2 -> 7.1.1 (#512043)

parents b2864d40 2dc4e421
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cpeditor";
  version = "7.0.2";
  version = "7.1.1";

  src = fetchFromGitHub {
    owner = "cpeditor";
    repo = "cpeditor";
    tag = finalAttrs.version;
    hash = "sha256-rdGdbMJ3j01RAS/xPZ9zimL0mv8ZW3vYXht6jNFyheI=";
    hash = "sha256-zEK3137DjQmuc7Y4c/HF0n37bdokj9ci2/agSaG7nZE=";
    fetchSubmodules = true;
  };