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 { stdenv.mkDerivation rec {
pname = "fnott"; pname = "fnott";
version = "1.2.0"; version = "1.2.1";
src = fetchFromGitea { src = fetchFromGitea {
domain = "codeberg.org"; domain = "codeberg.org";
owner = "dnkl"; owner = "dnkl";
repo = "fnott"; repo = "fnott";
rev = version; rev = version;
sha256 = "1qmxzpv2xy79aznzzr9fay61mzf1pdzv85ah3w3q2kl2i7pskfxb"; sha256 = "sha256-Ni1LwsBkh+XekHEAPxoAkE3tjgUByvpLUGpx7WC54Jw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [