lol

ossia-score: 3.7.0 -> 3.7.1 (#447835)

authored by pyrox.dev and committed by

GitHub 6e5af933 908bef5c

+2 -2
+2 -2
pkgs/by-name/os/ossia-score/package.nix
··· 44 44 45 45 clangStdenv.mkDerivation (finalAttrs: { 46 46 pname = "ossia-score"; 47 - version = "3.7.0"; 47 + version = "3.7.1"; 48 48 49 49 src = fetchFromGitHub { 50 50 owner = "ossia"; 51 51 repo = "score"; 52 52 tag = "v${finalAttrs.version}"; 53 - hash = "sha256-r5JoOzUa70nn5pj9pcuAC4okpnRWTafyukz+ij0VQno="; 53 + hash = "sha256-+RUspDEAQPL6M0/f4lb/SuTD1wdmwE9+8GXQKUClgdE="; 54 54 fetchSubmodules = true; 55 55 }; 56 56