pin wine version
slightly scuffed and rushed
This commit is contained in:
parent
d46c396d4a
commit
05b8c3bd73
2 changed files with 38 additions and 5 deletions
17
packages/wine-osu/sources.nix
Normal file
17
packages/wine-osu/sources.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ fetchFromGitHub, lib }:
|
||||
let
|
||||
version = "6.14";
|
||||
in {
|
||||
inherit version;
|
||||
src = builtins.fetchurl {
|
||||
url = "https://dl.winehq.org/wine/source/6.x/wine-${version}.tar.xz";
|
||||
sha256 = "sha256-ZLRxk5lDvAjjUQJ9tvvCRlwTllCjv/65Flf/DujCUgI=";
|
||||
};
|
||||
|
||||
staging = fetchFromGitHub {
|
||||
sha256 = "sha256-yzpRWNx/e3BDCh1dyf8VdjLgvu6yZ/CXre/cb1roaVs=";
|
||||
owner = "wine-staging";
|
||||
repo = "wine-staging";
|
||||
rev = "v${version}";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue