Merge pull request #42279 from r-ryantm/auto-update/cutecom
cutecom: 0.40.0 -> 0.45.0
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cutecom-${version}";
|
name = "cutecom-${version}";
|
||||||
version = "0.40.0";
|
version = "0.45.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neundorf";
|
owner = "neundorf";
|
||||||
repo = "CuteCom";
|
repo = "CuteCom";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1bn6vndqlvn73riq6p0nanmcl35ja9gsil5hvfpf509r7i8gx4ds";
|
sha256 = "07h1r7bcz86fvcvxq6g5zyh7fsginx27jbp81a7hjhhhn6v0dsmh";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user