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

fnott: 1.4.1 -> 1.5.0
This commit is contained in:
Aleksana 2024-04-29 21:42:43 +08:00 committed by GitHub
commit bc639a2bfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;