mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
changelog-d: 1.0 -> 1.0.1
Release: https://codeberg.org/fgaz/changelog-d/releases/tag/v1.0.1
This commit is contained in:
parent
773abcbfca
commit
a750f6c588
@ -5,13 +5,13 @@
|
||||
}:
|
||||
mkDerivation rec {
|
||||
pname = "changelog-d";
|
||||
version = "1.0";
|
||||
version = "1.0.1";
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "fgaz";
|
||||
repo = "changelog-d";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-cXczIJb5z+Obq13F90oWcgSN1JAVqRWWw4jp2HT5G5Y=";
|
||||
hash = "sha256-4TbZD4pXP/5q+t3rTcdCsY5APWIcxhCMM+WsNO/6ke4=";
|
||||
};
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user