summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 0389f0b9ff..3aa2bd5f9b 100644
--- a/shell.nix
+++ b/shell.nix
@@ -23,13 +23,13 @@ let inherit (nixroot) stdenv pkgs lib
libdjinterop = stdenv.mkDerivation rec {
name = "libdjinterop";
- version = "0.14.3";
+ version = "0.14.4";
src = pkgs.fetchFromGitHub {
owner = "xsco";
repo = "libdjinterop";
rev = version;
- sha256 = "0f3l30vaawd4kv3kci6ik92adi03w2fycx66v8zibcknj384jl91";
+ sha256 = "08xpbx26rpilck93lxlq1kss9n3dcl21rgv37fr89iyzlpgks4v3";
};
nativeBuildInputs = with pkgs; [