cutecom: 0.45.0 -> 0.50.0 (#45838)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from cutecom
This commit is contained in:
parent
43e30b1ead
commit
7d98f2583e
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cutecom-${version}";
|
name = "cutecom-${version}";
|
||||||
version = "0.45.0";
|
version = "0.50.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neundorf";
|
owner = "neundorf";
|
||||||
repo = "CuteCom";
|
repo = "CuteCom";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "07h1r7bcz86fvcvxq6g5zyh7fsginx27jbp81a7hjhhhn6v0dsmh";
|
sha256 = "0zjmbjrwwan9z5cphqjcq2h71cm4mw88j457lzdqb29cg4bdn3ag";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user