diff options
| author | Alyssa Ross <hi@alyssa.is> | 2022-03-07 14:43:20 +0000 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2022-03-14 08:21:55 -0700 |
| commit | 7600cacc9b6d34d594a6e0ec24bed62822b48beb (patch) | |
| tree | 3b64e1546aff2f4004f6c95594f40e760b649cdf | |
| parent | obsidian: 0.13.23 -> 0.13.30 (#160469) (diff) | |
| download | nixpkgs-7600cacc9b6d34d594a6e0ec24bed62822b48beb.tar.gz | |
tuxguitar: 1.5.4 -> 1.5.5
Fixes: CVE-2020-14940
(cherry picked from commit ce6c41ac6deecc8e5ae3c2ca8fed8bbf2edd70ea)
| -rw-r--r-- | pkgs/applications/editors/music/tuxguitar/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/music/tuxguitar/default.nix b/pkgs/applications/editors/music/tuxguitar/default.nix index b76e4fa0a7b5..3605f6c6e4e2 100644 --- a/pkgs/applications/editors/music/tuxguitar/default.nix +++ b/pkgs/applications/editors/music/tuxguitar/default.nix @@ -2,11 +2,11 @@ let metadata = assert stdenv.hostPlatform.system == "i686-linux" || stdenv.hostPlatform.system == "x86_64-linux"; if stdenv.hostPlatform.system == "i686-linux" then - { arch = "x86"; sha256 = "afa4b1116aee18e3ddd93132467809d0bcf03715cf9ad55b895f021a13e1cb8a"; } + { arch = "x86"; sha256 = "sha256-k4FQrt72VNb5FdYMzxskcVhKlvx8MZelUlLCItxDB7c="; } else - { arch = "x86_64"; sha256 = "55ab653c601727a2077080e7ea4d76fe7a897379934ed9a5b544e20d490f53f9"; }; + { arch = "x86_64"; sha256 = "sha256-mj5wVQlY2xFzdulvMdb5Qb5HGwr7RElzIkpOLjaAfGA="; }; in stdenv.mkDerivation rec { - version = "1.5.4"; + version = "1.5.5"; pname = "tuxguitar"; src = fetchurl { |
