slimserver: 8.5.0 -> 8.5.1

This commit is contained in:
Adam Stephens 2024-04-22 16:14:03 +00:00
parent f98e5d632f
commit c2f35ad0e3
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@ let
in
perlPackages.buildPerlPackage rec {
pname = "slimserver";
version = "8.5.0";
version = "8.5.1";
src = fetchFromGitHub {
owner = "LMS-Community";
repo = "slimserver";
rev = version;
hash = "sha256-yDJVqZ0+qVm4r/wmQK/hf9uRJaN56WQMO28RE59mNNI=";
hash = "sha256-ULyYZC0/ruJCdwR6cxvBRV1S3DTBJiNua64foi80qvI=";
};
nativeBuildInputs = [ makeWrapper ];