Skip to content

Commit

Permalink
sandwine: 4.0.0 -> 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Sep 19, 2024
1 parent 3ad0a15 commit b4de47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/sandwine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
pname = "sandwine";
version = "4.0.0";
version = "4.1.0";
pyproject = true;

src = fetchFromGitHub {
owner = "hartwork";
repo = "sandwine";
rev = "refs/tags/${version}";
hash = "sha256-pH0Zi4yzOvHQI3Q58o6eOLEBbXheFkRu/AzP8felz5I=";
hash = "sha256-S6QkAQhFCuHaYr90BC+FD4a7Y8+7Rl8GElGCo6vqzyA=";
};

patches = [ ./Add-nix-binds.patch ];
Expand Down

0 comments on commit b4de47c

Please sign in to comment.