Merge pull request #330406 from r-ryantm/auto-update/libjodycode
libjodycode: 3.1 -> 3.1.1
This commit is contained in:
@@ -1,24 +1,34 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitea
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitea,
|
||||
jdupes,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libjodycode";
|
||||
version = "3.1";
|
||||
version = "3.1.1";
|
||||
|
||||
outputs = [ "out" "man" "dev" ];
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
"dev"
|
||||
];
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "jbruchon";
|
||||
repo = "libjodycode";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-uhWQh5YwLwYRm34nY5HvcEepqlTSDt9s3PSoD403kQM=";
|
||||
hash = "sha256-sVEa2gNvgRJK1Ycmv4inbViTBPQFjzcZ8XHlAdsNzOk=";
|
||||
};
|
||||
|
||||
env.PREFIX = placeholder "out";
|
||||
|
||||
passthru.tests = {
|
||||
inherit jdupes;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Shared code used by several utilities written by Jody Bruchon";
|
||||
homepage = "https://github.com/jbruchon/libjodycode";
|
||||
|
||||
Reference in New Issue
Block a user