Merge pull request #160164 from r-ryantm/auto-update/fnott

fnott: 1.2.0 -> 1.2.1
This commit is contained in:
Renaud 2022-02-23 01:22:34 +01:00 committed by GitHub
commit 90f41677b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,14 +19,14 @@
stdenv.mkDerivation rec {
pname = "fnott";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "dnkl";
repo = "fnott";
rev = version;
sha256 = "1qmxzpv2xy79aznzzr9fay61mzf1pdzv85ah3w3q2kl2i7pskfxb";
sha256 = "sha256-Ni1LwsBkh+XekHEAPxoAkE3tjgUByvpLUGpx7WC54Jw=";
};
nativeBuildInputs = [