Skip to content

Commit b4de47c

Browse files
committed
sandwine: 4.0.0 -> 4.1.0
Diff: hartwork/sandwine@refs/tags/4.0.0...4.1.0
1 parent 3ad0a15 commit b4de47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/sandwine/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "sandwine";
10-
version = "4.0.0";
10+
version = "4.1.0";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "hartwork";
1515
repo = "sandwine";
1616
rev = "refs/tags/${version}";
17-
hash = "sha256-pH0Zi4yzOvHQI3Q58o6eOLEBbXheFkRu/AzP8felz5I=";
17+
hash = "sha256-S6QkAQhFCuHaYr90BC+FD4a7Y8+7Rl8GElGCo6vqzyA=";
1818
};
1919

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

0 commit comments

Comments
 (0)