···11-{ pkgs, stdenv, lib, fetchFromGitHub, dataDir ? "/var/lib/snipe-it", mariadb }:
11+{ lib
22+, pkgs
33+, stdenv
44+, fetchFromGitHub
55+, dataDir ? "/var/lib/snipe-it"
66+, mariadb
77+}:
2839let
410 package = (import ./composition.nix {
···27332834in package.override rec {
2935 pname = "snipe-it";
3030- version = "6.0.13";
3636+ version = "6.0.14";
31373238 src = fetchFromGitHub {
3339 owner = "snipe";
3440 repo = pname;
3541 rev = "v${version}";
3636- sha256 = "sha256-QwPl3JXB8gZS1/VyPBCc3PIQa+qtUNpuANSx4+oxWYg=";
4242+ hash = "sha256-c2hzuNOpvVl+ZriCo3TRl/GHY+LCrIb2GO2U894S2yk=";
3743 };
38443945 meta = with lib; {
4040- description = "A free open source IT asset/license management system ";
4646+ description = "A free open source IT asset/license management system";
4147 longDescription = ''
4248 Snipe-IT was made for IT asset management, to enable IT departments to track
4349 who has which laptop, when it was purchased, which software licenses and accessories
···4551 Details for snipe-it can be found on the official website at https://snipeitapp.com/.
4652 '';
4753 homepage = "https://snipeitapp.com/";
5454+ changelog = "https://github.com/snipe/snipe-it/releases/tag/v${version}";
4855 license = licenses.agpl3Only;
4956 maintainers = with maintainers; [ yayayayaka ];
5057 platforms = platforms.linux;