Merge pull request #223286 from jansol/tauon

tauon: 7.6.0 -> 7.6.2
This commit is contained in:
figsoda 2023-03-26 19:39:48 -04:00 committed by GitHub
commit 0dc13f46fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "tauon";
version = "7.6.0";
version = "7.6.2";
src = fetchFromGitHub {
owner = "Taiko2k";
repo = "TauonMusicBox";
rev = "v${version}";
hash = "sha256-oQ3mcDrWWIT/2fu4MBw+0GjxWGFw1aLSTvmaKSDsdz4=";
hash = "sha256-x/tHCDplC45XEaBaf0aQ0w8AS1SorXtYilJoiOcBDtM=";
};
postUnpack = ''