openterface-qt: 0.3.12 -> 0.3.14 (#412456)
Co-authored-by: wlcx <wlcx@users.noreply.github.com>
This commit is contained in:
commit
e07adff987
@ -22,12 +22,12 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (final: {
|
stdenv.mkDerivation (final: {
|
||||||
pname = "openterface-qt";
|
pname = "openterface-qt";
|
||||||
version = "0.3.12";
|
version = "0.3.14";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TechxArtisanStudio";
|
owner = "TechxArtisanStudio";
|
||||||
repo = "Openterface_QT";
|
repo = "Openterface_QT";
|
||||||
rev = "${final.version}";
|
rev = "${final.version}";
|
||||||
hash = "sha256-VB2DTfm6X5xY+bGQBq9VXe6boJJTDxBkPEdLvPbd71g=";
|
hash = "sha256-HHHLQwycnMme3Ch538ram6tkG3OYUcd4NFCUcL4vIjk=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
copyDesktopItems
|
copyDesktopItems
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user