From 77affc495f514ac81343c10c92340c64ba6a3437 Mon Sep 17 00:00:00 2001 From: Nathan Zadoks Date: Wed, 23 Dec 2015 22:41:05 +0100 Subject: [PATCH] despotify: fix missing hash (close #11913) --- pkgs/development/libraries/despotify/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/despotify/default.nix b/pkgs/development/libraries/despotify/default.nix index 2cb241b0427..e774a9e923b 100644 --- a/pkgs/development/libraries/despotify/default.nix +++ b/pkgs/development/libraries/despotify/default.nix @@ -10,6 +10,7 @@ stdenv.mkDerivation rec { src = fetchsvn { url = "http://svn.code.sf.net/p/despotify/code"; rev = "521"; + sha256 = "1vc453bv5ngkvaqkq7z5bj6x28m4kik59153jikcfah3k4qmxw21"; }; buildInputs = [