mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
cksfv: format, cleanup
This commit is contained in:
parent
411a5246c0
commit
8ecce9f88f
|
@ -1,17 +1,18 @@
|
|||
{lib, stdenv, fetchurl}:
|
||||
{ lib, stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cksfv";
|
||||
version = "1.3.15";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://zakalwe.fi/~shd/foss/cksfv/files/cksfv-${version}.tar.bz2";
|
||||
url = "https://zakalwe.fi/~shd/foss/cksfv/files/cksfv-${version}.tar.bz2";
|
||||
sha256 = "0k06aq94cn5xp4knjw0p7gz06hzh622ql2xvnrlr3q8rcmdvwwx1";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://zakalwe.fi/~shd/foss/cksfv/";
|
||||
homepage = "https://zakalwe.fi/~shd/foss/cksfv/";
|
||||
description = "A tool for verifying files against a SFV checksum file";
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.all;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue