summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 01:22:12 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 01:22:12 -0700
commit3d5bdd357025071db979c8a9e14443222bb5d1ae (patch)
tree650e47d0bc4e7b259ca5be8cb083eb8fa108b130 /pkgs/applications
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixlib-3d5bdd357025071db979c8a9e14443222bb5d1ae.tar
nixlib-3d5bdd357025071db979c8a9e14443222bb5d1ae.tar.gz
nixlib-3d5bdd357025071db979c8a9e14443222bb5d1ae.tar.bz2
nixlib-3d5bdd357025071db979c8a9e14443222bb5d1ae.tar.lz
nixlib-3d5bdd357025071db979c8a9e14443222bb5d1ae.tar.xz
nixlib-3d5bdd357025071db979c8a9e14443222bb5d1ae.tar.zst
nixlib-3d5bdd357025071db979c8a9e14443222bb5d1ae.zip
grisbi: 1.0.2 -> 1.0.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/grisbi/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/d57ny55jq154x7iv786w0c7hxsddnvf7-grisbi-1.0.4/bin/grisbi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/d57ny55jq154x7iv786w0c7hxsddnvf7-grisbi-1.0.4/bin/.grisbi-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.0.4 with grep in /nix/store/d57ny55jq154x7iv786w0c7hxsddnvf7-grisbi-1.0.4
- directory tree listing: https://gist.github.com/88cf58691f673a3bb235fbe5a74e830e
- du listing: https://gist.github.com/56e8df132720715c41cd5f30253080d8
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/office/grisbi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/grisbi/default.nix b/pkgs/applications/office/grisbi/default.nix
index 62dcf5dd8a88..7c07082b3041 100644
--- a/pkgs/applications/office/grisbi/default.nix
+++ b/pkgs/applications/office/grisbi/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   name = "grisbi-${version}";
-  version = "1.0.2";
+  version = "1.0.4";
 
   src = fetchurl {
     url = "mirror://sourceforge/grisbi/${name}.tar.bz2";
-    sha256 = "1m31a1h4i59z36ri4a22rrd29byg6wnxq37559042hdhn557kazm";
+    sha256 = "1rh2iqvi7lpz5l57vn7qk9azil3y1g65mfbi9hhbx956knh9bpf6";
   };
 
   nativeBuildInputs = [ pkgconfig wrapGAppsHook ];