avocode: 2.26.0 -> 2.26.1 (#40601)

authored by Meghea Iulian and committed by xeji 247a501e 2efa96b6

+4 -4
+4 -4
pkgs/applications/graphics/avocode/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 name = "avocode-${version}"; 8 - version = "2.26.0"; 9 10 src = fetchurl { 11 url = "https://media.avocode.com/download/avocode-app/${version}/avocode-${version}-linux.zip"; 12 - sha256 = "11d3nlshyzh5aqf5vsvnjwhr9qn8a2kd848x0ylv91y9p9njgsl5"; 13 }; 14 15 libPath = stdenv.lib.makeLibraryPath (with xorg; with gnome2; [ ··· 81 ''; 82 83 postFixup = '' 84 for file in $(find $out -type f \( -perm /0111 -o -name \*.so\* \) ); do 85 - patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" $out/avocode 86 - patchelf --set-rpath ${libPath}:$out/ $file 87 done 88 ''; 89
··· 5 6 stdenv.mkDerivation rec { 7 name = "avocode-${version}"; 8 + version = "2.26.1"; 9 10 src = fetchurl { 11 url = "https://media.avocode.com/download/avocode-app/${version}/avocode-${version}-linux.zip"; 12 + sha256 = "0npwwz5m4klswc32fs82icpqqfx9v4786sksiwykj75dsznyv3x8"; 13 }; 14 15 libPath = stdenv.lib.makeLibraryPath (with xorg; with gnome2; [ ··· 81 ''; 82 83 postFixup = '' 84 + patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" $out/avocode 85 for file in $(find $out -type f \( -perm /0111 -o -name \*.so\* \) ); do 86 + patchelf --set-rpath ${libPath}:$out/ $file 87 done 88 ''; 89