about summary refs log tree commit diff
path: root/pkgs/applications/misc/furtherance
diff options
context:
space:
mode:
authorDanilo Reyes <CaptainJawZ@outlook.com>2024-02-10 11:04:19 -0600
committerDanilo Reyes <CaptainJawZ@outlook.com>2024-02-10 11:04:19 -0600
commit9e56db7342d59ca88f862a5c52694a82802b8374 (patch)
treeefd4acb975305f35cd623aad6099f48852b5de17 /pkgs/applications/misc/furtherance
parent3f48bc8aa95185563408bc08e2325d5d7f0185f8 (diff)
furtherance: 1.8.2 -> 1.8.3
Diffstat (limited to 'pkgs/applications/misc/furtherance')
-rw-r--r--pkgs/applications/misc/furtherance/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/furtherance/default.nix b/pkgs/applications/misc/furtherance/default.nix
index 2a323a2f2d397..f6fea4c633d08 100644
--- a/pkgs/applications/misc/furtherance/default.nix
+++ b/pkgs/applications/misc/furtherance/default.nix
@@ -6,19 +6,19 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "furtherance";
-  version = "1.8.2";
+  version = "1.8.3";
 
   src = fetchFromGitHub {
     owner = "lakoliu";
     repo = "Furtherance";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-tr7TBqfqKzMnYBMHJmrAW/HViqT4rydBBZvBqgpnfSk=";
+    hash = "sha256-TxYARpCqqjjwinoRU2Wjihp+FYIvcI0YCGlOuumX6To=";
   };
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit (finalAttrs) src;
     name = "${finalAttrs.pname}-${finalAttrs.version}";
-    hash = "sha256-MFiMoTMW83QxV3BOyZaa1XmfRNieCT007N/4vfSD67Y=";
+    hash = "sha256-VGBxBHs/kqW0mvOiz0UQRg0duDmW8ee9cSh6EOT9aaY=";
   };
 
   nativeBuildInputs = [