Commit 2dc4e421 authored by R. RyanTM's avatar R. RyanTM
Browse files

cpeditor: 7.0.2 -> 7.1.1

parent eaf1a8c1
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;
  };