mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #92381 from r-ryantm/auto-update/pentobi
pentobi: 18.0 -> 18.1
This commit is contained in:
commit
1809db0ae1
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "18.0";
|
version = "18.1";
|
||||||
pname = "pentobi";
|
pname = "pentobi";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/pentobi/${pname}-${version}.tar.xz";
|
url = "mirror://sourceforge/pentobi/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0dlvshywxijl0hrkl66szamcr77arh118f44ngr1ail8mg1fx1fy";
|
sha256 = "1vfw61lk9z7dngncmx3fggy5ld7ksdk48dpwnsq2vl5fh3f71qbq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake docbook_xsl wrapQtAppsHook ];
|
nativeBuildInputs = [ cmake docbook_xsl wrapQtAppsHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user