mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
path-of-building: 2.31.0 -> 2.31.1
This commit is contained in:
parent
8e9cf11742
commit
574d11f231
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, runCommand, unzip, meson, ninja, pkg-config, qtbase, qttools, wrapQtAppsHook, luajit }:
|
{ stdenv, lib, fetchFromGitHub, runCommand, unzip, meson, ninja, pkg-config, qtbase, qttools, wrapQtAppsHook, luajit }:
|
||||||
let
|
let
|
||||||
dataVersion = "2.31.0";
|
dataVersion = "2.31.1";
|
||||||
frontendVersion = "unstable-2023-04-09";
|
frontendVersion = "unstable-2023-04-09";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "PathOfBuildingCommunity";
|
owner = "PathOfBuildingCommunity";
|
||||||
repo = "PathOfBuilding";
|
repo = "PathOfBuilding";
|
||||||
rev = "v${dataVersion}";
|
rev = "v${dataVersion}";
|
||||||
hash = "sha256-romuFNd80TuskJUp/UqmI3hPjVMxE/xoBTpQVCu5MBI=";
|
hash = "sha256-K/u8NYUv4U/XgGP/LkYMRzwmw1LFn25OW6bmvqqRpVQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
|
Loading…
Reference in New Issue
Block a user