mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fava: changed SHA256 hash and version
This commit is contained in:
parent
4142887d4a
commit
a2895b9084
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, pkgs, fetchurl, python3Packages, fetchFromGitHub, fetchzip, python3, beancount }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
version = "1.3";
|
||||
version = "1.5";
|
||||
name = "fava-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "beancount";
|
||||
repo = "fava";
|
||||
rev = "v${version}";
|
||||
sha256 = "0g0aj0qcmpny6dipi00nks7h3mf5a4jfd6bxjm1rb5807wswcpg8";
|
||||
sha256 = "03wgggc2lzma1d57l1l4z8q7dsqxlg90alg2p1734jhavskfqw63";
|
||||
};
|
||||
|
||||
assets = fetchzip {
|
||||
|
|
Loading…
Reference in a new issue