mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Merge pull request #208074 from wineee/cpeditor
cpeditor: 6.10.1 -> 6.11.1
This commit is contained in:
commit
2dc7fd59fe
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cpeditor";
|
pname = "cpeditor";
|
||||||
version = "6.10.1";
|
version = "6.11.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cpeditor";
|
owner = "cpeditor";
|
||||||
repo = "cpeditor";
|
repo = "cpeditor";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-SIREoOapaZTLtqi0Z07lKmNqF9a9qIpgGxuhqaY3yfU=";
|
sha256 = "sha256-Uwo7ZE+9yrHV/+D6rvfew2d3ZJbpFOjgek38iYkPppw=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user