1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

fnott: 1.4.1 -> 1.5.0

This commit is contained in:
R. Ryantm 2024-04-27 09:18:59 +00:00
parent 53e3474e5c
commit c1754c7f47

View file

@ -20,14 +20,14 @@
stdenv.mkDerivation rec {
pname = "fnott";
version = "1.4.1";
version = "1.5.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "dnkl";
repo = "fnott";
rev = version;
hash = "sha256-8SKInlj54BP3Gn/DNVoLN62+Dfa8G5d/q2xGUXXdsjo=";
hash = "sha256-F2Pt3xbWDZZ3s056KU3qLXUrFQ0wT7QYK4GvR7slMYc=";
};
strictDeps = true;