Jump to content

Translations:Appimage/11/ru: Difference between revisions

From Official NixOS Wiki
Unabomberlive (talk | contribs)
Created page with "let version = "1.4.0"; pname = "quba"; name = "${pname}-${version}";"
 
Unabomberlive (talk | contribs)
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="nix">
{
  lib,
  appimageTools,
  fetchurl,
}:
let
let
   version = "1.4.0";
   version = "1.4.0";
   pname = "quba";
   pname = "quba";
   name = "${pname}-${version}";
   name = "${pname}-${version}";

Latest revision as of 10:34, 14 August 2024

<syntaxhighlight lang="nix"> {

 lib,
 appimageTools,
 fetchurl,

}: let

 version = "1.4.0";
 pname = "quba";
 name = "${pname}-${version}";