Merge pull request #248755 from r-ryantm/auto-update/fnott
fnott: 1.4.0 -> 1.4.1
This commit is contained in:
commit
3107f612e0
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "fnott";
|
||||
version = "1.4.0";
|
||||
version = "1.4.1";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "dnkl";
|
||||
repo = "fnott";
|
||||
rev = version;
|
||||
sha256 = "sha256-cJ7XmnC4x8lhZ+JRqobeQxTTps4Oz95zYdlFtr3KC1A=";
|
||||
sha256 = "sha256-8SKInlj54BP3Gn/DNVoLN62+Dfa8G5d/q2xGUXXdsjo=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
|
Loading…
Reference in a new issue