0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

gpupad: 2.5.5 -> 2.6.1, fix Vulkan crash (#405633)

This commit is contained in:
Peder Bergebakken Sundt 2025-05-11 00:46:49 +02:00 committed by GitHub
commit 089b9a0c8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gpupad";
version = "2.5.5";
version = "2.6.1";
src = fetchFromGitHub {
owner = "houmain";
repo = "gpupad";
tag = finalAttrs.version;
hash = "sha256-ajT4mctCfNJVUfhVsHzEoz2M9HjMJ6uNgf1hieDjhtY=";
hash = "sha256-U2qLMIEss7WWHjfV9HbbSd1MBCcSsuToe8r+mIZ0xXg=";
fetchSubmodules = true;
};