Merge pull request #187484 from r-ryantm/auto-update/stenc

stenc: 1.0.8 -> 1.1.1
This commit is contained in:
Jonas Heinrich 2022-08-29 20:59:28 +02:00 committed by GitHub
commit c3e4dc4f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "stenc";
version = "1.0.8";
version = "1.1.1";
src = fetchFromGitHub {
owner = "scsitape";
repo = "stenc";
rev = version;
sha256 = "0dsmvr1xpwkcd9yawv4c4vna67yag7jb8jcgn2amywz7nkpzmyxd";
sha256 = "GcCRVkv+1mREq3MhMRn5fICthwI4WRQJSP6InuzxP1Q=";
};
nativeBuildInputs = [ autoreconfHook ];