1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

ncdc: 1.23 -> 1.23.1

This commit is contained in:
R. Ryantm 2022-09-28 22:39:16 +00:00 committed by ehmry
parent 357bad603f
commit 56e626be76

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ncdc"; pname = "ncdc";
version = "1.23"; version = "1.23.1";
src = fetchurl { src = fetchurl {
url = "https://dev.yorhel.nl/download/ncdc-${version}.tar.gz"; url = "https://dev.yorhel.nl/download/ncdc-${version}.tar.gz";
hash = "sha256-gEq65B/MqWnof2UEg65+OiN0Gdq70yCJfiX+iFHwoss="; hash = "sha256-lYgSFAd6Wzwk+7rwIK2g0ITuO1lqfDzB4OaKqsTJteY=";
}; };
nativeBuildInputs = [ perl pkg-config ]; nativeBuildInputs = [ perl pkg-config ];