mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
despotify: fix missing hash (close #11913)
This commit is contained in:
parent
93d3f6f52b
commit
77affc495f
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
||||
src = fetchsvn {
|
||||
url = "http://svn.code.sf.net/p/despotify/code";
|
||||
rev = "521";
|
||||
sha256 = "1vc453bv5ngkvaqkq7z5bj6x28m4kik59153jikcfah3k4qmxw21";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user