mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ocamlPackages.tsdl-mixer: 0.3.2 → 0.5
This commit is contained in:
parent
460dec94b1
commit
4d5d4665ca
@ -9,13 +9,15 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "tsdl-mixer";
|
||||
version = "0.3.2";
|
||||
version = "0.5";
|
||||
|
||||
duneVersion = "3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sanette";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-UDRhwnanrn87/PYVnacur1z/LsKuUu2G+0QQXjTw/IE=";
|
||||
hash = "sha256-HGtO5iO3lxuVa707MDIhw0pgDZLHt9qY+Rd24sFkags=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user