summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-25 11:02:37 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-25 11:02:37 +0100
commitd8acd0753a7bc0826467010a2d496c318966d75f (patch)
treebeaf3cd09e0d11765a1950575861a02425fa3f43
parent4b572d46175d3d93ea468a1de4404185f08cafc2 (diff)
wordgrinder: 0.7.2 -> 0.8update-wordgrinder
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/applications/office/wordgrinder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/wordgrinder/default.nix b/pkgs/applications/office/wordgrinder/default.nix
index 6438bed48285..107508489fd6 100644
--- a/pkgs/applications/office/wordgrinder/default.nix
+++ b/pkgs/applications/office/wordgrinder/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "wordgrinder";
- version = "0.7.2";
+ version = "0.8";
src = fetchFromGitHub {
repo = "wordgrinder";
owner = "davidgiven";
rev = version;
- sha256 = "08lnq5wmspfqdjmqm15gizcq0xr7mg4h62qhvwj63v0sd6ks1cal";
+ sha256 = "124d1bnn2aqs6ik8pdazzni6a0583prz9lfdjrbwyb97ipqga9pm";
};
makeFlags = [