fnott: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2022-02-15 13:00:37 +00:00
parent 79fdbeb25a
commit 2e1f121ff2

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 = [