stenc: init at 1.0.7
This commit is contained in:
parent
885fc3a8d7
commit
d0d6da14b1
21
pkgs/tools/backup/stenc/default.nix
Normal file
21
pkgs/tools/backup/stenc/default.nix
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
version = "1.0.7";
|
||||||
|
pname = "stenc";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "scsitape";
|
||||||
|
repo = "stenc";
|
||||||
|
rev = "${version}";
|
||||||
|
sha256 = "1778m1zcyzyf42k5m496yqh0gv6kqhb0sq5983dhky1fccjl905k";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "SCSI Tape Encryption Manager";
|
||||||
|
homepage = https://github.com/scsitape/stenc;
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ woffs ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
};
|
||||||
|
}
|
@ -6230,6 +6230,8 @@ in
|
|||||||
|
|
||||||
stdman = callPackage ../data/documentation/stdman { };
|
stdman = callPackage ../data/documentation/stdman { };
|
||||||
|
|
||||||
|
stenc = callPackage ../tools/backup/stenc { };
|
||||||
|
|
||||||
stm32loader = with python3Packages; toPythonApplication stm32loader;
|
stm32loader = with python3Packages; toPythonApplication stm32loader;
|
||||||
|
|
||||||
storebrowse = callPackage ../tools/system/storebrowse { };
|
storebrowse = callPackage ../tools/system/storebrowse { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user