kmymoney: 5.0.4 -> 5.0.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kmymoney/versions
This commit is contained in:
parent
7803ff314c
commit
db7a7d626a
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "kmymoney-${version}";
|
name = "kmymoney-${version}";
|
||||||
version = "5.0.4";
|
version = "5.0.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kde/stable/kmymoney/${version}/src/${name}.tar.xz";
|
url = "mirror://kde/stable/kmymoney/${version}/src/${name}.tar.xz";
|
||||||
sha256 = "06lbavhl9b8cybnss2mmy3g5w8qn2vl6zhipvbl11lsr3j9bsa8q";
|
sha256 = "1hghs4676kn2giwpwz1y7p6djpmi41x64idf3ybiz8ky14a5s977";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Hidden dependency that wasn't included in CMakeLists.txt:
|
# Hidden dependency that wasn't included in CMakeLists.txt:
|
||||||
|
|
Loading…
Reference in a new issue