1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

csound-qt: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm 2024-11-30 19:07:50 +00:00
parent dfd6a4a50f
commit 39d568fe87

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "csound-qt";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "CsoundQt";
repo = "CsoundQt";
rev = "v${version}";
hash = "sha256-ufjZQnO3H5pwdeEwGqunbXCfx7nvWTzak4cwVYWqvz4=";
hash = "sha256-ZdQwWRAr6AKLmZ/L0lSxIlvWRLoZIKinn7BAQiR+luk=";
};
patches = [