nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

vgmstream: 2023 -> 2055

R. Ryantm 561b15de 0bcf98ab

+2 -2
+2 -2
pkgs/by-name/vg/vgmstream/package.nix
··· 37 37 38 38 stdenv.mkDerivation rec { 39 39 pname = "vgmstream"; 40 - version = "2023"; 40 + version = "2055"; 41 41 42 42 src = fetchFromGitHub { 43 43 owner = "vgmstream"; 44 44 repo = "vgmstream"; 45 45 tag = "r${version}"; 46 - hash = "sha256-RyVh9twBZqFs4bKRZKmat0JB25R+rQtnAARo0dvCS+8="; 46 + hash = "sha256-GNsoWCTLDd49T639lKkLoyBWpWYocDP6gZB2e8ZUyEU="; 47 47 }; 48 48 49 49 passthru.updateScript = nix-update-script {