Merge pull request #111258 from r-ryantm/auto-update/guitarix

guitarix: 0.41.0 -> 0.42.1

authored by Orivej Desh (NixOS) and committed by GitHub 7564a45b 71af6ab1

+12 -2
+12 -2
pkgs/applications/audio/guitarix/default.nix
··· 1 1 { lib, stdenv 2 2 , fetchurl 3 + , fetchpatch 3 4 , avahi 4 5 , bluez 5 6 , boost ··· 41 42 42 43 stdenv.mkDerivation rec { 43 44 pname = "guitarix"; 44 - version = "0.41.0"; 45 + version = "0.42.1"; 45 46 46 47 src = fetchurl { 47 48 url = "mirror://sourceforge/guitarix/guitarix2-${version}.tar.xz"; 48 - sha256 = "0qsfbyrrpb3bbdyq68k28mjql7kglxh8nqcw9jvja28x6x9ik5a0"; 49 + sha256 = "101c2hdpipj3s6rmva5wf3q9hfjv7bkyzi7s8sgaiys8f7h4czkr"; 49 50 }; 51 + 52 + patches = [ 53 + (fetchpatch { 54 + name = "guitarix-gcc11.patch"; 55 + url = "https://github.com/brummer10/guitarix/commit/d8f003484c57d808682025dfb07a7a1fb848afdc.patch"; 56 + stripLen = 1; 57 + sha256 = "1qhlbf18cn6m9jdz3741nrdfqvznjna3daqmn9l10k5nd3asy4il"; 58 + }) 59 + ]; 50 60 51 61 nativeBuildInputs = [ 52 62 gettext