about summary refs log tree commit diff
path: root/pkgs/applications/graphics/entwine
diff options
context:
space:
mode:
authorKirill Radzikhovskyy <kirillrdy@gmail.com>2023-07-09 09:08:11 +1000
committerKirill Radzikhovskyy <kirillrdy@gmail.com>2023-07-09 09:09:14 +1000
commit576367be5a8e43f7be1fddfb0c23ab092db99648 (patch)
treefed76e32b163b2bea21fb16f8e33b9bf38e74a3a /pkgs/applications/graphics/entwine
parent69900c583893fcc764ff26171de22307f0729c1c (diff)
entwine: 2022-08-03 -> 2023-04-27
Diffstat (limited to 'pkgs/applications/graphics/entwine')
-rw-r--r--pkgs/applications/graphics/entwine/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/entwine/default.nix b/pkgs/applications/graphics/entwine/default.nix
index f9378c06ea4c9..908d5cc08184a 100644
--- a/pkgs/applications/graphics/entwine/default.nix
+++ b/pkgs/applications/graphics/entwine/default.nix
@@ -7,15 +7,15 @@
 , openssl
 }:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   pname = "entwine";
-  version = "unstable-2022-08-03";
+  version = "unstable-2023-04-27";
 
   src = fetchFromGitHub {
     owner = "connormanning";
     repo = "entwine";
-    rev = "c776d51fd6ab94705b74f78b26de7f853e6ceeae";
-    sha256 = "sha256-dhYJhXtfMmqQLWuV3Dux/sGTsVxCI7RXR2sPlwIry0g=";
+    rev = "8bd179c38e6da1688f42376b88ff30427672c4e3";
+    sha256 = "sha256-RlNxTtqxQoniI1Ugj5ot0weu7ji3WqDJZpMu2n8vBkw=";
   };
 
   buildInputs = [