mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
openterface-qt: 0.3.12 -> 0.3.14
(cherry picked from commit 6962d39167
)
This commit is contained in:
parent
16cbcfb5cb
commit
d68067a519
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue